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.java215 final Bundle retrieved = connection.getExtras(); in testSetAndGetExtras() local
216 assertNotNull(retrieved); in testSetAndGetExtras()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java904 Certificate retrieved = mKeyStore.getCertificate(TEST_ALIAS_1); in testKeyStore_GetCertificate_Single_Unencrypted_Success() local
906 assertNotNull("Retrieved certificate should not be null", retrieved); in testKeyStore_GetCertificate_Single_Unencrypted_Success()
911 assertEquals("Actual and retrieved certificates should be the same", actual, retrieved); in testKeyStore_GetCertificate_Single_Unencrypted_Success()
1273 Certificate retrieved = mKeyStore.getCertificate(TEST_ALIAS_1); in testKeyStore_SetCertificate_CA_Unencrypted_Success() local
1276 retrieved); in testKeyStore_SetCertificate_CA_Unencrypted_Success()