Searched refs:notifyServiceStateChanged (Results 1 – 7 of 7) sorted by relevance
85 mTelephonyRegistryMgr.notifyServiceStateChanged(subId, phoneId, ss); in notifyServiceState()
396 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()
847 public void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in GsmCdmaPhone
174 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in SipPhoneBase
329 public void notifyServiceStateChanged(int subId, int slotIndex, @NonNull ServiceState state) { in notifyServiceStateChanged() method in TelephonyRegistryManager
220 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in ImsPhoneBase
631 verify(mPhone).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()642 verify(mPhone, times(1)).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()