Home
last modified time | relevance | path

Searched refs:notifyServiceStateChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java99 mTelephonyRegistryMgr.notifyServiceStateChanged(phoneId, subId, ss); in notifyServiceStateForSubId()
DServiceStateTracker.java411 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in onSubscriptionsChanged()
748 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in ServiceStateTracker()
1532 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in handleMessage()
1697 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in handleMessage()
1747 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in handleMessage()
3777 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in pollStateDone()
DGsmCdmaPhone.java959 public void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java259 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java916 verify(mPhone).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()
927 verify(mPhone, times(1)).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()
2475 verify(mPhone, times(1)).notifyServiceStateChanged(any(ServiceState.class)); in testNotifyServiceStateChangedOnPhysicalConfigUpdates()
2482 verify(mPhone, times(2)).notifyServiceStateChanged(any(ServiceState.class)); in testNotifyServiceStateChangedOnPhysicalConfigUpdates()
2488 verify(mPhone, times(2)).notifyServiceStateChanged(any(ServiceState.class)); in testNotifyServiceStateChangedOnPhysicalConfigUpdates()
2493 verify(mPhone, times(3)).notifyServiceStateChanged(any(ServiceState.class)); in testNotifyServiceStateChangedOnPhysicalConfigUpdates()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java455 public void notifyServiceStateChanged(int slotIndex, int subId, @NonNull ServiceState state) { in notifyServiceStateChanged() method in TelephonyRegistryManager