Loading packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +0 −11 Original line number Diff line number Diff line Loading @@ -217,8 +217,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { } } private static KeyguardUpdateMonitor sInstance; private final Context mContext; private final boolean mIsPrimaryUser; HashMap<Integer, SimData> mSimDatas = new HashMap<Integer, SimData>(); Loading Loading @@ -1389,15 +1387,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { Trace.endSection(); } /** Provides access to the static instance. */ public static KeyguardUpdateMonitor getInstance(Context context) { if (sInstance == null) { sInstance = new KeyguardUpdateMonitor(context, Looper.getMainLooper()); } return sInstance; } protected void handleStartedGoingToSleep(int arg1) { checkIsHandlerThread(); mLockIconPressed = false; Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +0 −11 Original line number Diff line number Diff line Loading @@ -217,8 +217,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { } } private static KeyguardUpdateMonitor sInstance; private final Context mContext; private final boolean mIsPrimaryUser; HashMap<Integer, SimData> mSimDatas = new HashMap<Integer, SimData>(); Loading Loading @@ -1389,15 +1387,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { Trace.endSection(); } /** Provides access to the static instance. */ public static KeyguardUpdateMonitor getInstance(Context context) { if (sInstance == null) { sInstance = new KeyguardUpdateMonitor(context, Looper.getMainLooper()); } return sInstance; } protected void handleStartedGoingToSleep(int arg1) { checkIsHandlerThread(); mLockIconPressed = false; Loading