Home
last modified time | relevance | path

Searched refs:onSimStateChanged (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java132 public void onSimStateChanged(int subId, int slotId, int simState) { } in onSimStateChanged() method in KeyguardUpdateMonitorCallback
H A DEmergencyButtonController.java74 public void onSimStateChanged(int subId, int slotId, int simState) {
H A DKeyguardSimPinViewController.java67 public void onSimStateChanged(int subId, int slotId, int simState) {
H A DKeyguardSimPukViewController.java65 public void onSimStateChanged(int subId, int slotId, int simState) {
H A DCarrierTextManager.java119 public void onSimStateChanged(int subId, int slotId, int simState) {
H A DKeyguardUpdateMonitor.java694 cb.onSimStateChanged(data.subId, data.slotId, data.simState); in handleSimSubscriptionInfoChanged()
705 cb.onSimStateChanged(data.subId, data.slotId, data.simState); in handleSimSubscriptionInfoChanged()
3830 cb.onSimStateChanged(subId, slotId, state); in handleSimStateChange()
4094 callback.onSimStateChanged(state.subId, state.slotId, state.simState); in sendUpdates()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java251 mCarrierTextManager.mCallback.onSimStateChanged(3, 1, in testCardIOError()
283 mCarrierTextManager.mCallback.onSimStateChanged(0, -3, in testWrongSlots()
285 mCarrierTextManager.mCallback.onSimStateChanged(0, 3, TelephonyManager.SIM_STATE_READY); in testWrongSlots()
303 mCarrierTextManager.mCallback.onSimStateChanged(0, 1, in testMoreSlotsThanSubs()
H A DKeyguardUpdateMonitorTest.java3020 verify(keyguardUpdateMonitorCallback).onSimStateChanged(-1, 0, in testOnSimStateChanged_Unknown()
3030 verify(keyguardUpdateMonitorCallback).onSimStateChanged(-1, 0, in testOnSimStateChanged_HandleSimStateNotReady()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java426 mViewMediator.mUpdateCallback.onSimStateChanged( in restoreBouncerWhenSimLockedAndKeyguardIsGoingAway()
451 mViewMediator.mUpdateCallback.onSimStateChanged( in restoreBouncerWhenSimLockedAndKeyguardIsGoingAway_initiallyNotShowing()
942 keyguardUpdateMonitorCallback.onSimStateChanged(0, 0, in pendingPinLockOnKeyguardGoingAway_doKeyguardLockedOnKeyguardVisibilityChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java228 public void onSimStateChanged(int subId, int slotId, int simState) {
230 mCallback.onSimStateChanged();
1338 void onSimStateChanged();
H A DInternetDialog.java735 public void onSimStateChanged() { in onSimStateChanged() method in InternetDialog
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java637 public void onSimStateChanged(int subId, int slotId, int simState) {