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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java206 public void notifyPhoneStateChanged() { method in class:ImsPhoneBase
213 * in the precise call state are needed, else use notifyPhoneStateChanged.
551 notifyPhoneStateChanged();
H A DImsPhoneCallTracker.java976 mPhone.notifyPhoneStateChanged();
978 notifyPhoneStateChanged(oldState, mState);
2730 private void notifyPhoneStateChanged(PhoneConstants.State oldState, method in class:ImsPhoneCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java165 /* package */ void notifyPhoneStateChanged() { method in class:SipPhoneBase
172 * in the precise call state are needed, else use notifyPhoneStateChanged.
523 notifyPhoneStateChanged();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java574 public void notifyPhoneStateChanged() { method in class:GsmCdmaPhone
581 * in the precise call state are needed, else use notifyPhoneStateChanged.

Completed in 87 milliseconds