Searched defs:notifyPhoneStateChanged (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java210 public void notifyPhoneStateChanged() { method in class:ImsPhoneBase
217 * in the precise call state are needed, else use notifyPhoneStateChanged.
569 notifyPhoneStateChanged();
H A DImsPhoneCallTracker.java1500 mPhone.notifyPhoneStateChanged();
1502 notifyPhoneStateChanged(oldState, mState);
3531 private void notifyPhoneStateChanged(PhoneConstants.State oldState, method in class:ImsPhoneCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java160 /* package */ void notifyPhoneStateChanged() { method in class:SipPhoneBase
167 * in the precise call state are needed, else use notifyPhoneStateChanged.
524 notifyPhoneStateChanged();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java593 public void notifyPhoneStateChanged() { method in class:GsmCdmaPhone
600 * in the precise call state are needed, else use notifyPhoneStateChanged.

Completed in 226 milliseconds