HomeSort by relevance Sort by last modified time
    Searched refs:UNLOCKED (Results 1 - 10 of 10) sorted by null

  /frameworks/base/keystore/java/android/security/
KeyStore.java 55 public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
93 case NO_ERROR: return State.UNLOCKED;
101 return state() == State.UNLOCKED;
AndroidKeyPairGenerator.java 84 && (mKeyStore.state() != KeyStore.State.UNLOCKED)) {
86 "Android keystore must be in initialized and unlocked state "
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 192 assertEquals(KeyStore.State.UNLOCKED, keyStore.state());
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 139 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
324 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
332 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
366 assertTrue("Should be able to generate key when unlocked",
376 assertTrue("Should be able to generate key when unlocked",
396 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
405 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
654 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
685 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 77 * KeyStore: UNLOCKED
82 * KeyStore: UNLOCKED
153 case UNLOCKED: {
168 * keystore password or UNLOCKED to change the password (as is the
475 // aha, now we are unlocked, switch to key guard.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 350 #define UNLOCKED 0
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 350 #define UNLOCKED 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 350 #define UNLOCKED 0
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 749 // unlocked key store; unless the certificates can be stored with
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1295 milliseconds