Searched refs:handleSimStateChange (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorTest.java | 504 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/ |
D | KeyguardUpdateMonitor.java | 289 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()
|