Searched refs:ImsPhoneCall (Results 1 - 5 of 5) 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
70 ImsPhoneCall(ImsPhoneCallTracker owner, String context) { method in class:ImsPhoneCall
126 sb.append("[ImsPhoneCall ");
278 merge(ImsPhoneCall that, State state) {
300 * Retrieves the {@link ImsCall} for the current {@link ImsPhoneCall}.
363 void switchWith(ImsPhoneCall tha
[all...]
H A DImsPhoneCallTracker.java136 if ((mForegroundCall.getState() != ImsPhoneCall.State.IDLE) ||
137 (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
138 conn.update(imsCall, ImsPhoneCall.State.WAITING);
171 final ImsPhoneCall mRingingCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_RINGING);
172 final ImsPhoneCall mForegroundCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_FOREGROUND);
173 final ImsPhoneCall mBackgroundCal
[all...]
H A DImsPhoneConnection.java61 private ImsPhoneCall mParent;
150 ImsPhoneCall parent, boolean isUnknown) {
184 (mIsIncoming? ImsPhoneCall.State.INCOMING: ImsPhoneCall.State.DIALING));
192 ImsPhoneCall parent, boolean isEmergency) {
213 parent.attachFake(this, ImsPhoneCall.State.DIALING);
234 public ImsPhoneCall getCall() {
250 if (getState() != ImsPhoneCall.State.HOLDING) {
277 public ImsPhoneCall.State getState() {
279 return ImsPhoneCall
[all...]
H A DImsPhone.java322 public ImsPhoneCall
328 public ImsPhoneCall
334 public ImsPhoneCall
345 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) {
353 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
374 ImsPhoneCall call = getForegroundCall();
381 if (call.getState() != ImsPhoneCall.State.IDLE) {
404 ImsPhoneCall call = getForegroundCall();
411 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) {
510 ImsPhoneCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java29 import com.android.internal.telephony.imsphone.ImsPhoneCall;
124 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();

Completed in 423 milliseconds