From efb481646ef5c786f4a92118ba4248a0ef3c515e Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Wed, 1 Aug 2018 10:24:49 +0100 Subject: 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 --- keystore/java/android/security/KeyStore.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'keystore/java/android/security/KeyStore.java') 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; -- cgit v1.2.3