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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java146 assertEquals(0, mGSMPhone.getForegroundCall().getConnections().size());
150 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
153 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestCreateTime());
154 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestConnectTime());
169 assertEquals(Call.State.DIALING, mGSMPhone.getForegroundCall().getState());
170 assertTrue(mGSMPhone.getForegroundCall().isDialingOrAlerting());
174 } while (mGSMPhone.getForegroundCall().getConnections().size() == 0);*/
177 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size());
182 mGSMPhone.getForegroundCall().getState());
185 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
216 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
219 && (!getForegroundCall().getState().isAlive()
229 Call.State foregroundCallState = getForegroundCall().getState();
510 } else if (getForegroundCall().isIdle()
H A DSipPhone.java361 public Call getForegroundCall() { method in class:SipPhone
959 : (SipCall) getForegroundCall();
980 call = (SipCall) getForegroundCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java124 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();
H A DCallManager.java214 return phone.getForegroundCall().getPhone();
232 * phone.getForegroundCall().getPhone() != phone
234 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
422 mForegroundCalls.add(basePhone.getForegroundCall());
452 mForegroundCalls.remove(basePhone.getForegroundCall());
1904 : mDefaultPhone.getForegroundCall();
1915 : phone.getForegroundCall();
2439 call = phone.getForegroundCall();
H A DDefaultPhoneNotifier.java259 Call foregroundCall = sender.getForegroundCall();
H A DPhone.java791 Call getForegroundCall(); method in interface:Phone
H A DPhoneProxy.java722 public Call getForegroundCall() { method in class:PhoneProxy
723 return mActivePhone.getForegroundCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java253 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
256 && (!getForegroundCall().getState().isAlive()
266 Call.State foregroundCallState = getForegroundCall().getState();
548 } else if (getForegroundCall().isIdle()
H A DImsPhone.java278 getForegroundCall() { method in class:ImsPhone
329 ImsPhoneCall call = getForegroundCall();
359 ImsPhoneCall call = getForegroundCall();
458 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
933 connList.addAll(getForegroundCall().mConnections);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java568 getForegroundCall() { method in class:GSMPhone
621 GsmCall call = getForegroundCall();
662 GsmCall call = getForegroundCall();
788 GsmCall.State foregroundCallState = getForegroundCall().getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java492 CdmaCall.State foregroundCallState = getForegroundCall().getState();
650 public CdmaCall getForegroundCall() { method in class:CDMAPhone

Completed in 3724 milliseconds