Loading keystore/java/android/security/KeyStore.java +5 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,11 @@ public class KeyStore { public static final int FLAG_STRONGBOX = 1 << 4; // States public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; private int mError = NO_ERROR; Loading Loading
keystore/java/android/security/KeyStore.java +5 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,11 @@ public class KeyStore { public static final int FLAG_STRONGBOX = 1 << 4; // States public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; public enum State { UNLOCKED, LOCKED, UNINITIALIZED }; private int mError = NO_ERROR; Loading