Home
last modified time | relevance | path

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

/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DOpportunisticNetworkServiceTest.java136 mOpportunisticNetworkService.handleSimStateChange(); in testHandleSimStateChange()
146 mOpportunisticNetworkService.handleSimStateChange(); in testHandleSimStateChange()
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/
H A DOpportunisticNetworkService.java114 handleSimStateChange();
134 protected void handleSimStateChange() { in handleSimStateChange() method in OpportunisticNetworkService
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1117 protected void handleSimStateChange(int subId, int slotId, int state) { in handleSimStateChange() method in KeyguardUpdateMonitorTest.TestableKeyguardUpdateMonitor
1119 super.handleSimStateChange(subId, slotId, state); in handleSimStateChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1839 handleSimStateChange(msg.arg1, msg.arg2, (int) msg.obj); in KeyguardUpdateMonitor()
2830 void handleSimStateChange(int subId, int slotId, int state) { in handleSimStateChange() method in KeyguardUpdateMonitor
3170 handleSimStateChange(subId, getSlotId(subId), TelephonyManager.SIM_STATE_READY); in reportSimUnlocked()