am 69e19ae1: DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()

* commit '69e19ae15baa5785667dbf45c7a2d508e429099b':
  DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
This commit is contained in:
Mike Lockwood
2011-02-26 13:21:20 -08:00
committed by Android Git Automerger

View File

@@ -127,7 +127,7 @@ public class KeyguardManager {
*/ */
public boolean isKeyguardLocked() { public boolean isKeyguardLocked() {
try { try {
return mWM.isKeyguardSecure(); return mWM.isKeyguardLocked();
} catch (RemoteException ex) { } catch (RemoteException ex) {
return false; return false;
} }