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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken146 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.java63 public abstract Call getForegroundCall(); method in class:SipPhoneBase
210 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
213 && (!getForegroundCall().getState().isAlive()
223 Call.State foregroundCallState = getForegroundCall().getState();
515 } else if (getForegroundCall().isIdle()
H A DSipPhone.java372 public Call getForegroundCall() { method in class:SipPhone
982 : (SipCall) getForegroundCall();
1003 call = (SipCall) getForegroundCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java258 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
261 && (!getForegroundCall().getState().isAlive()
271 Call.State foregroundCallState = getForegroundCall().getState();
560 } else if (getForegroundCall().isIdle()
H A DImsPhone.java393 getForegroundCall() { method in class:ImsPhone
486 ImsPhoneCall call = getForegroundCall();
620 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
1225 connList.addAll(getForegroundCall().mConnections);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java228 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();
257 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();
H A DDefaultPhoneNotifier.java263 Call foregroundCall = sender.getForegroundCall();
H A DPhoneInternalInterface.java409 Call getForegroundCall(); method in interface:PhoneInternalInterface
H A DCallManager.java382 mForegroundCalls.add(phone.getForegroundCall());
409 mForegroundCalls.remove(phone.getForegroundCall());
1871 : mDefaultPhone.getForegroundCall();
1882 : phone.getForegroundCall();
2406 call = phone.getForegroundCall();
H A DGsmCdmaPhone.java818 public GsmCdmaCall getForegroundCall() { method in class:GsmCdmaPhone
874 GsmCdmaCall call = getForegroundCall();
911 GsmCdmaCall call = getForegroundCall();
1033 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState();
H A DPhone.java2269 isPresent = isVideoCallOrConference(mImsPhone.getForegroundCall()) ||
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java202 doReturn(mForeGroundCall).when(mPhone).getForegroundCall();
H A DCallManagerTest.java105 doReturn(mFgCall).when(mPhone).getForegroundCall();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java328 assertEquals(mForegroundCall, mImsPhoneUT.getForegroundCall());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1137 public Call getForegroundCall() { method in class:PhoneMock
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1253 milliseconds