Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java85 mTelephonyRegistryMgr.notifyServiceStateChanged(subId, phoneId, ss); in notifyServiceState()
DServiceStateTracker.java396 mPhone.notifyServiceStateChanged(mSS); in onSubscriptionsChanged()
1471 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in handleMessage()
1635 mPhone.notifyServiceStateChanged(mSS); in handleMessage()
3496 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in pollStateDone()
DGsmCdmaPhone.java847 public void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java174 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in SipPhoneBase
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java329 public void notifyServiceStateChanged(int subId, int slotIndex, @NonNull ServiceState state) { in notifyServiceStateChanged() method in TelephonyRegistryManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java220 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java631 verify(mPhone).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()
642 verify(mPhone, times(1)).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()