Merge "Code reformatting for upcoming annotations."
This commit is contained in:
@@ -104,7 +104,11 @@ public class KeyStore {
|
||||
public static final int FLAG_CRITICAL_TO_DEVICE_ENCRYPTION = 1 << 3;
|
||||
|
||||
// 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