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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java144 assertEquals(0, mGSMPhone.getForegroundCall().getConnections().size());
148 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
151 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestCreateTime());
152 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestConnectTime());
167 assertEquals(Call.State.DIALING, mGSMPhone.getForegroundCall().getState());
168 assertTrue(mGSMPhone.getForegroundCall().isDialingOrAlerting());
172 } while (mGSMPhone.getForegroundCall().getConnections().size() == 0);*/
175 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size());
180 mGSMPhone.getForegroundCall().getState());
183 assertTrue(mGSMPhone.getForegroundCall()
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java64 public abstract Call getForegroundCall(); method in class:SipPhoneBase
223 Log.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
226 && (!getForegroundCall().getState().isAlive()
236 Call.State foregroundCallState = getForegroundCall().getState();
462 } else if (getForegroundCall().isIdle()
H A DSipPhone.java319 public Call getForegroundCall() { method in class:SipPhone
839 : (SipCall) SipPhone.this.getForegroundCall();
860 call = (SipCall) SipPhone.this.getForegroundCall();
/frameworks/opt/telephony/src/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.java703 Call getForegroundCall(); method in interface:Phone
H A DPhoneProxy.java526 public Call getForegroundCall() { method in class:PhoneProxy
527 return mActivePhone.getForegroundCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java463 getForegroundCall() { method in class:GSMPhone
509 GsmCall call = (GsmCall) getForegroundCall();
551 GsmCall call = (GsmCall) getForegroundCall();
685 GsmCall.State foregroundCallState = getForegroundCall().getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java395 CdmaCall.State foregroundCallState = getForegroundCall().getState();
493 public CdmaCall getForegroundCall() { method in class:CDMAPhone

Completed in 61 milliseconds