Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 16 of 16) sorted by relevance

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestResult.java36 public void addCriteria(String testcase, String action, String subject, String data) in addCriteria() argument
44 mExpected.add(testcase, action, subject, data); in addCriteria()
76 String subject, PowerPolicyDef policy) throws Exception { in checkLastTestResultEntry() argument
79 .that(lastEntry.equalsWithPowerPolicyData(testcase, action, subject, policy)) in checkLastTestResultEntry()
84 String subject, String data) throws Exception { in checkLastTestResultEntry() argument
86 expected.add(testcase, action, subject, data); in checkLastTestResultEntry()
DTestResultTable.java52 public void add(String testcase, String action, String subject, String data) in add() argument
58 add(new RecordEntry(testcase, action, subject, data)); in add()
74 private RecordEntry(String testcase, String action, String subject, String data) { in RecordEntry() argument
77 mSubject = subject; in RecordEntry()
131 String subject, PowerPolicyDef policy) { in equalsWithPowerPolicyData() argument
132 if ((mSubject == null && null != subject) in equalsWithPowerPolicyData()
133 || (mSubject != null && !mSubject.equals(subject)) in equalsWithPowerPolicyData()
DPowerPolicyTestAnalyzer.java96 String subject = hdrTokens.length == 3 ? null : hdrTokens[3]; in parseAndAddTestEntry() local
97 results.add(hdrTokens[1], hdrTokens[2], subject, data); in parseAndAddTestEntry()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DPackageInstallerSessionInfoSubject.java31 @Nullable PackageInstaller.SessionInfo subject) { in PackageInstallerSessionInfoSubject() argument
32 super(failureMetadata, subject); in PackageInstallerSessionInfoSubject()
33 mActual = subject; in PackageInstallerSessionInfoSubject()
/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollbackInfoSubject.java60 private RollbackInfoSubject(FailureMetadata failureMetadata, RollbackInfo subject) { in RollbackInfoSubject() argument
61 super(failureMetadata, subject); in RollbackInfoSubject()
62 mActual = subject; in RollbackInfoSubject()
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DLockedMessageTest.java166 private Uri insertIntoMmsTable(String subject, int messageType) { in insertIntoMmsTable() argument
170 mmsValues.put(Telephony.Mms.SUBJECT, subject); in insertIntoMmsTable()
176 private Uri insertIntoSmsTable(String subject) { in insertIntoSmsTable() argument
178 smsValues.put(Telephony.Sms.SUBJECT, subject); in insertIntoSmsTable()
DMmsTest.java261 String subject, int msgType) { in assertThatMmsCursorValues() argument
263 .isEqualTo(subject); in assertThatMmsCursorValues()
400 private Uri insertIntoMmsTable(String subject, int messageType) { in insertIntoMmsTable() argument
404 mmsValues.put(Telephony.Mms.SUBJECT, subject); in insertIntoMmsTable()
409 private Uri saveMmsWithMessageBoxUri(String subject, int messageType) { in saveMmsWithMessageBoxUri() argument
415 mmsValues.put(Telephony.Mms.SUBJECT, subject); in saveMmsWithMessageBoxUri()
513 private Uri insertTestMmsSendReqWithSubject(String subject) { in insertTestMmsSendReqWithSubject() argument
514 return insertTestMms(subject, PduHeaders.MESSAGE_TYPE_SEND_REQ); in insertTestMmsSendReqWithSubject()
517 private Uri insertTestMms(String subject, int messageType) { in insertTestMms() argument
520 values.put(Telephony.Mms.SUBJECT, subject); in insertTestMms()
DMmsPartTest.java186 private Uri insertIntoMmsTable(String subject) { in insertIntoMmsTable() argument
190 mmsValues.put(Telephony.Mms.SUBJECT, subject); in insertIntoMmsTable()
/cts/tests/security/src/android/keystore/cts/
DCertificateUtils.java36 KeyPair keyPair, X500Principal subject, X500Principal issuer) throws Exception { in createCertificate() argument
55 X500Name.getInstance(subject.getEncoded()), in createCertificate()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMmsTest.java245 private byte[] buildPdu(Context context, String selfNumber, String subject, String text) { in buildPdu() argument
257 if (!TextUtils.isEmpty(subject)) { in buildPdu()
258 req.setSubject(new EncodedStringValue(subject)); in buildPdu()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DKeyChainTestActivity.java122 X500Principal subject = new X500Principal("CN=Subject, O=Android, C=US"); in onKeyPairGenerated() local
124 mCert = createCertificate(mAttestedKeyPair.getKeyPair(), subject, issuer); in onKeyPairGenerated()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCredentialManagementAppActivity.java251 X500Principal subject = new X500Principal("CN=Subject, O=Android, C=US"); in createAndInstallCertificate() local
253 mCertificate = createCertificate(mAttestedKeyPair.getKeyPair(), subject, issuer); in createAndInstallCertificate()
/cts/apps/CtsVerifier/
DNOTICE.txt45 furnished to do so, subject to the following conditions:
273 redistribute it freely, subject to the following restrictions:
684 original licensor to copy, distribute or modify the Program subject to
1202 subject to these terms and conditions. You may not impose any further
1706 subject to these terms and conditions. You may not impose any further
2032 original licensor to copy, distribute or modify the Program subject to
2183 components, which are subject to their respective licenses as specified in
2404 original licensor to copy, distribute or modify the Program subject to
2569 nished to do so, subject to the following conditions:
2807 so, subject to the following conditions:
[all …]
/cts/tests/tests/provider/src/android/provider/cts/
DSmsBackupRestoreTest.java215 private void addMms(boolean isTextOnly, String body, String subject, String[] addresses) { in addMms() argument
220 mmsValues.put(Telephony.Mms.SUBJECT, subject); in addMms()
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT23 so, subject to the following conditions:
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java774 X500Principal subject = new X500Principal("CN=Subject, O=Android, C=US"); in testCanSetKeyPairCert() local
775 X509Certificate cert = createCertificate(generated.getKeyPair(), subject, issuer); in testCanSetKeyPairCert()