Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java175 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java226 void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java563 verify(mPhone).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()
574 verify(mPhone, times(1)).notifyServiceStateChanged(any(ServiceState.class)); in testOnImsServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1391 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in handleMessage()
1549 mPhone.notifyServiceStateChanged(mSS); in handleMessage()
3307 mPhone.notifyServiceStateChanged(mPhone.getServiceState()); in pollStateDone()
DGsmCdmaPhone.java759 public void notifyServiceStateChanged(ServiceState ss) { in notifyServiceStateChanged() method in GsmCdmaPhone