diff options
author | John Spurlock <jspurlock@google.com> | 2015-03-24 21:15:48 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2015-03-24 21:15:48 -0400 |
commit | 36a1342bce9f8c4c88c13755d694c400dca4de00 (patch) | |
tree | 373746aa60b65e20adf5d96d695e0af4e9c0d0f5 /packages/SystemUI/src/com/android/systemui/keyguard | |
parent | 221d2cbf2f418be8de22f5cf3d79a25be1b8d1be (diff) | |
download | frameworks_base-36a1342bce9f8c4c88c13755d694c400dca4de00.zip frameworks_base-36a1342bce9f8c4c88c13755d694c400dca4de00.tar.gz frameworks_base-36a1342bce9f8c4c88c13755d694c400dca4de00.tar.bz2 |
Fix typo in KeyguardUpdateMonitor.
Change-Id: Iedb2b2051b1a14ab7cc099614f45a57b745ea19d
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/keyguard')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java index 275a6be..49bdfda 100644 --- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java @@ -636,7 +636,7 @@ public class KeyguardViewMediator extends SystemUI { doKeyguardLocked(null); } } - KeyguardUpdateMonitor.getInstance(mContext).dispatchScreenTurndOff(why); + KeyguardUpdateMonitor.getInstance(mContext).dispatchScreenTurnedOff(why); } private void doKeyguardLaterLocked() { |