Home
last modified time | relevance | path

Searched refs:handleSimStateChange (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java3019 mKeyguardUpdateMonitor.handleSimStateChange(-1, 0, TelephonyManager.SIM_STATE_UNKNOWN); in testOnSimStateChanged_Unknown()
3029 mKeyguardUpdateMonitor.handleSimStateChange(-1, 0, TelephonyManager.SIM_STATE_NOT_READY); in testOnSimStateChanged_HandleSimStateNotReady()
3546 protected void handleSimStateChange(int subId, int slotId, int state) { in handleSimStateChange() method in KeyguardUpdateMonitorTest.TestableKeyguardUpdateMonitor
3549 super.handleSimStateChange(subId, slotId, state); in handleSimStateChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2444 handleSimStateChange(msg.arg1, msg.arg2, (int) msg.obj); in KeyguardUpdateMonitor()
3785 void handleSimStateChange(int subId, int slotId, int state) { in handleSimStateChange() method in KeyguardUpdateMonitor
4126 handleSimStateChange(subId, getSlotId(subId), TelephonyManager.SIM_STATE_READY); in reportSimUnlocked()