summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeyStore.java
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2018-08-01 10:24:49 +0100
committerMathew Inwood <mathewi@google.com>2018-08-01 10:24:49 +0100
commitefb481646ef5c786f4a92118ba4248a0ef3c515e (patch)
treee35381b97f7bfa1057d50410036578ef6c2cbf35 /keystore/java/android/security/KeyStore.java
parentb6b8516ba0f44f2d234b825cc4d568c304e9f719 (diff)
Code reformatting for upcoming annotations.
@UnsupportedAppUsage annotations are added automatically, but this does not work when there are multiple definitions on the same line. Test: m Bug: 110868826 Change-Id: I2c26c136cdfa557e45cf1ee0b39dab9c17abde56
Diffstat (limited to 'keystore/java/android/security/KeyStore.java')
-rw-r--r--keystore/java/android/security/KeyStore.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/keystore/java/android/security/KeyStore.java b/keystore/java/android/security/KeyStore.java
index 7e959a87da5d..da798d26acdc 100644
--- a/keystore/java/android/security/KeyStore.java
+++ b/keystore/java/android/security/KeyStore.java
@@ -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;