Merge "Code reformatting for upcoming annotations." am: 60c8cfdd0f am: 02763a1c3e
am: 842e882507
Change-Id: If4c2746b23ca5bdef08635e78b3aca914bb9e52f
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user