Home | History | Annotate | Download | only in imsphone

Lines Matching refs:ImsPhoneCallTracker

115 public class ImsPhoneCallTracker extends CallTracker implements 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) {
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. Useful for debugging issues with
3224 pw.println("ImsPhoneCallTracker extends:");