Home
last modified time | relevance | path

Searched refs:keystorePut (Results 1 – 3 of 3) sorted by relevance

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DBasicKeyChainServiceTest.java385 mTestSupportService.keystorePut( in installFirstKey()
390 mTestSupportService.keystorePut( in installFirstKey()
394 mTestSupportService.keystorePut(alias1RootCert, Credentials.convertToPem(root1))) in installFirstKey()
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
DIKeyChainServiceTestSupport.aidl36 boolean keystorePut(String key, in byte[] value); in keystorePut() method
DKeyChainServiceTestSupport.java50 @Override public boolean keystorePut(String key, byte[] value) {