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.java389 protected void handleSimStateChange(int subId, int slotId, in handleSimStateChange() method in KeyguardUpdateMonitorTest.TestableKeyguardUpdateMonitor
392 super.handleSimStateChange(subId, slotId, state); in handleSimStateChange()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java271 handleSimStateChange(msg.arg1, msg.arg2, (State) msg.obj);
1987 void handleSimStateChange(int subId, int slotId, State state) { in handleSimStateChange() method in KeyguardUpdateMonitor
2251 handleSimStateChange(subId, slotId, State.READY); in reportSimUnlocked()