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.java143 assertEquals(0, mGSMPhone.getForegroundCall().getConnections().size());
147 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
150 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestCreateTime());
151 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestConnectTime());
166 assertEquals(Call.State.DIALING, mGSMPhone.getForegroundCall().getState());
167 assertTrue(mGSMPhone.getForegroundCall().isDialingOrAlerting());
171 } while (mGSMPhone.getForegroundCall().getConnections().size() == 0);*/
174 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size());
179 mGSMPhone.getForegroundCall().getState());
182 assertTrue(mGSMPhone.getForegroundCall()
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java62 public abstract Call getForegroundCall(); method in class:SipPhoneBase
213 Log.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
216 && (!getForegroundCall().getState().isAlive()
226 Call.State foregroundCallState = getForegroundCall().getState();
452 } else if (getForegroundCall().isIdle()
H A DSipPhone.java318 public Call getForegroundCall() { method in class:SipPhone
838 : (SipCall) SipPhone.this.getForegroundCall();
859 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());
1546 : mDefaultPhone.getForegroundCall();
1844 call = phone.getForegroundCall();
H A DPhone.java787 Call getForegroundCall(); method in interface:Phone
H A DPhoneProxy.java507 public Call getForegroundCall() { method in class:PhoneProxy
508 return mActivePhone.getForegroundCall();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java466 getForegroundCall() { method in class:GSMPhone
512 GsmCall call = (GsmCall) getForegroundCall();
554 GsmCall call = (GsmCall) getForegroundCall();
688 GsmCall.State foregroundCallState = getForegroundCall().getState();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java403 CdmaCall.State foregroundCallState = getForegroundCall().getState();
501 public CdmaCall getForegroundCall() { method in class:CDMAPhone

Completed in 57 milliseconds