Searched refs:notifyServiceStateChanged (Results 1 – 5 of 5) sorted by relevance
175 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in SipPhoneBase
226 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in ImsPhoneBase
563 verify(mPhone).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()574 verify(mPhone, times(1)).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()
1391 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in handleMessage()1549 mPhone.notifyServiceStateChanged(mSS); in handleMessage()3307 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in pollStateDone()
759 public void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in GsmCdmaPhone