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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java38 public class ImsPhoneCall extends Call { class in inherits:Call
39 private static final String LOG_TAG = "ImsPhoneCall";
58 // Determines what type of ImsPhoneCall this is. ImsPhoneCallTracker uses instances of
59 // ImsPhoneCall to for fg, bg, etc calls. This is used as a convenience for logging so that it
65 ImsPhoneCall() { method in class:ImsPhoneCall
69 public ImsPhoneCall(ImsPhoneCallTracker owner, String context) { method in class:ImsPhoneCall
125 sb.append("[ImsPhoneCall ");
261 merge(ImsPhoneCall that, State state) {
284 * Retrieves the {@link ImsCall} for the current {@link ImsPhoneCall}.
350 public void switchWith(ImsPhoneCall tha
[all...]

Completed in 66 milliseconds