Searched refs:notifyServiceStateChanged (Results 1 – 6 of 6) sorted by relevance
99 mTelephonyRegistryMgr.notifyServiceStateChanged(phoneId, subId, ss); in notifyServiceStateForSubId()
411 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()
959 public void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in GsmCdmaPhone
259 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in ImsPhoneBase
916 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()
455 public void notifyServiceStateChanged(int slotIndex, int subId, @NonNull ServiceState state) { in notifyServiceStateChanged() method in TelephonyRegistryManager