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.java914 Certificate retrieved = mKeyStore.getCertificate(TEST_ALIAS_1); in testKeyStore_GetCertificate_Single_Unencrypted_Success() local
916 assertNotNull("Retrieved certificate should not be null", retrieved); in testKeyStore_GetCertificate_Single_Unencrypted_Success()
921 assertEquals("Actual and retrieved certificates should be the same", actual, retrieved); in testKeyStore_GetCertificate_Single_Unencrypted_Success()
1283 Certificate retrieved = mKeyStore.getCertificate(TEST_ALIAS_1); in testKeyStore_SetCertificate_CA_Unencrypted_Success() local
1286 retrieved); in testKeyStore_SetCertificate_CA_Unencrypted_Success()