Home
last modified time | relevance | path

Searched refs:retrieved (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionTest.java237 final Bundle retrieved = connection.getExtras(); in testSetAndGetExtras() local
238 assertNotNull(retrieved); in testSetAndGetExtras()
264 final Bundle retrieved = connection.getExtras(); in testPutExtras() local
265 assertNotNull(retrieved); in testPutExtras()
292 final Bundle retrieved = connection.getExtras(); in testRemoveExtras() local
293 assertNotNull(retrieved); in testRemoveExtras()
294 assertFalse(retrieved.containsKey("test-extra-key")); in testRemoveExtras()
321 final Bundle retrieved = connection.getExtras(); in testRemoveExtrasVariable() local
322 assertNotNull(retrieved); in testRemoveExtrasVariable()
323 assertFalse(retrieved.containsKey("test-extra-key")); in testRemoveExtrasVariable()
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java954 Certificate retrieved = mKeyStore.getCertificate(getTestAlias1()); in testKeyStore_GetCertificate_Single_Unencrypted_Success() local
956 assertNotNull("Retrieved certificate should not be null", retrieved); in testKeyStore_GetCertificate_Single_Unencrypted_Success()
961 assertEquals("Actual and retrieved certificates should be the same", actual, retrieved); in testKeyStore_GetCertificate_Single_Unencrypted_Success()
1349 Certificate retrieved = mKeyStore.getCertificate(getTestAlias1()); in testKeyStore_SetCertificate_CA_Unencrypted_Success() local
1352 retrieved); in testKeyStore_SetCertificate_CA_Unencrypted_Success()