diff options
author | Gus Prevas <kprevas@google.com> | 2018-11-14 13:52:20 -0500 |
---|---|---|
committer | Gus Prevas <kprevas@google.com> | 2018-11-14 14:16:52 -0500 |
commit | ab33679d7e4904342002f1e64f841f27f812fa8c (patch) | |
tree | 7475fd94c27eedd46424db74f81ca0299734749a /packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputView.java | |
parent | 28e1628e82e7da977874675c1f05d6792128f2f4 (diff) |
Fixes import ordering.
Test: n/a
Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputView.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputView.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputView.java b/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputView.java index f400f6039882..3cc18ddf3b2a 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputView.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardPinBasedInputView.java @@ -23,8 +23,6 @@ import android.view.KeyEvent; import android.view.MotionEvent; import android.view.View; -import com.android.internal.annotations.VisibleForTesting; - /** * A Pin based Keyguard input view */ |