Searched refs:getForegroundCall (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java149 assertEquals(0, mGSMPhone.getForegroundCall().getConnections().size());
153 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
156 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestCreateTime());
157 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestConnectTime());
172 assertEquals(Call.State.DIALING, mGSMPhone.getForegroundCall().getState());
173 assertTrue(mGSMPhone.getForegroundCall().isDialingOrAlerting());
177 } while (mGSMPhone.getForegroundCall().getConnections().size() == 0);*/
180 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size());
185 mGSMPhone.getForegroundCall().getState());
188 assertTrue(mGSMPhone.getForegroundCall()
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java59 public abstract Call getForegroundCall(); method in class:SipPhoneBase
204 Log.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
207 && (!getForegroundCall().getState().isAlive()
217 Call.State foregroundCallState = getForegroundCall().getState();
427 } else if (getForegroundCall().isIdle()
H A DSipPhone.java314 public Call getForegroundCall() { method in class:SipPhone
834 : (SipCall) SipPhone.this.getForegroundCall();
855 call = (SipCall) SipPhone.this.getForegroundCall();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java193 return phone.getForegroundCall().getPhone();
211 * phone.getForegroundCall().getPhone() != phone
213 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
306 mForegroundCalls.add(basePhone.getForegroundCall());
330 mForegroundCalls.remove(basePhone.getForegroundCall());
1516 : mDefaultPhone.getForegroundCall();
1814 call = phone.getForegroundCall();
H A DPhone.java744 Call getForegroundCall(); method in interface:Phone
H A DPhoneProxy.java410 public Call getForegroundCall() { method in class:PhoneProxy
411 return mActivePhone.getForegroundCall();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java479 getForegroundCall() { method in class:GSMPhone
525 GsmCall call = (GsmCall) getForegroundCall();
567 GsmCall call = (GsmCall) getForegroundCall();
701 GsmCall.State foregroundCallState = getForegroundCall().getState();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java384 CdmaCall.State foregroundCallState = getForegroundCall().getState();
481 public CdmaCall getForegroundCall() { method in class:CDMAPhone

Completed in 103 milliseconds