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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java115 public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall { class in inherits:CallTracker,ImsPullCall
116 static final String LOG_TAG = "ImsPhoneCallTracker";
133 // When true, dumps the state of ImsPhoneCallTracker after changes to foreground and background
176 ImsPhoneCallTracker.this,
679 public ImsPhoneCallTracker(ImsPhone phone) { method in class:ImsPhoneCallTracker
833 log("ImsPhoneCallTracker finalized");
1639 + "does not belong to ImsPhoneCallTracker " + this);
1677 "does not belong to ImsPhoneCallTracker " + this);
2539 ImsPhoneCallTracker.this.onCallHoldReceived(imsCall);
3196 * Logs the current state of the ImsPhoneCallTracker
[all...]

Completed in 13 milliseconds