Searched defs:test_KeyChainService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainServiceTest.java121 test_KeyChainService();
132 public void test_KeyChainService() throws Exception { method in class:KeyChainServiceTest.Test
133 Log.d(TAG, "test_KeyChainService uid=" + getApplicationInfo().uid);
135 Log.d(TAG, "test_KeyChainService bind support");
145 Log.d(TAG, "test_KeyChainService setup keystore");
194 Log.d(TAG, "test_KeyChainService bind service");
206 Log.d(TAG, "test_KeyChainService positive testing");
215 Log.d(TAG, "test_KeyChainService negative testing");
229 Log.d(TAG, "test_KeyChainService unbind");
234 Log.d(TAG, "test_KeyChainService en
[all...]

Completed in 158 milliseconds