Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java504 protected void handleSimStateChange(int subId, int slotId, in handleSimStateChange() method in KeyguardUpdateMonitorTest.TestableKeyguardUpdateMonitor
507 super.handleSimStateChange(subId, slotId, state); in handleSimStateChange()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java289 handleSimStateChange(msg.arg1, msg.arg2, (State) msg.obj);
2122 void handleSimStateChange(int subId, int slotId, State state) { in handleSimStateChange() method in KeyguardUpdateMonitor
2404 handleSimStateChange(subId, slotId, State.READY); in reportSimUnlocked()