Loading packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +1 −0 Original line number Diff line number Diff line Loading @@ -1777,6 +1777,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab break; case MSG_TIME_FORMAT_UPDATE: handleTimeFormatUpdate((String) msg.obj); break; case MSG_REQUIRE_NFC_UNLOCK: handleRequireUnlockForNfc(); break; Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +1 −0 Original line number Diff line number Diff line Loading @@ -1777,6 +1777,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab break; case MSG_TIME_FORMAT_UPDATE: handleTimeFormatUpdate((String) msg.obj); break; case MSG_REQUIRE_NFC_UNLOCK: handleRequireUnlockForNfc(); break; Loading