Searched refs:retrieved (Results 1 – 2 of 2) sorted by relevance
237 final Bundle retrieved = connection.getExtras(); in testSetAndGetExtras() local238 assertNotNull(retrieved); in testSetAndGetExtras()264 final Bundle retrieved = connection.getExtras(); in testPutExtras() local265 assertNotNull(retrieved); in testPutExtras()292 final Bundle retrieved = connection.getExtras(); in testRemoveExtras() local293 assertNotNull(retrieved); in testRemoveExtras()294 assertFalse(retrieved.containsKey("test-extra-key")); in testRemoveExtras()321 final Bundle retrieved = connection.getExtras(); in testRemoveExtrasVariable() local322 assertNotNull(retrieved); in testRemoveExtrasVariable()323 assertFalse(retrieved.containsKey("test-extra-key")); in testRemoveExtrasVariable()[all …]
914 Certificate retrieved = mKeyStore.getCertificate(TEST_ALIAS_1); in testKeyStore_GetCertificate_Single_Unencrypted_Success() local916 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() local1286 retrieved); in testKeyStore_SetCertificate_CA_Unencrypted_Success()