HomeSort by relevance Sort by last modified time
    Searched refs:getForegroundCall (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 146 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().getEarliestCreateTime() > 0)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallToneMonitor.java 41 if (mCallsManager.getForegroundCall() != call) {
97 if (mCallsManager.getForegroundCall() != call) {
CallAudioManager.java 175 if (hasFocus() && getForegroundCall() == call) {
257 Call call = getForegroundCall();
324 Log.event(mCallsManager.getForegroundCall(), Log.Events.MUTE,
455 Log.event(mCallsManager.getForegroundCall(), Log.Events.AUDIO_ROUTE,
515 Call foregroundCall = getForegroundCall();
518 Call call = mCallsManager.getForegroundCall();
673 Call call = mCallsManager.getForegroundCall();
682 private Call getForegroundCall() {
683 Call call = mCallsManager.getForegroundCall();
695 Call call = mCallsManager.getForegroundCall();
    [all...]
RingbackPlayer.java 133 && mCallsManager.getForegroundCall() == call
BluetoothPhoneServiceImpl.java 112 Call call = mCallsManager.getForegroundCall();
132 Call call = mCallsManager.getForegroundCall();
519 boolean isForeground = mCallsManager.getForegroundCall() == call;
    [all...]
Ringer.java 181 Call foregroundCall = mCallsManager.getForegroundCall();
TelecomServiceImpl.java     [all...]
CallsManager.java 420 Call getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 65 public abstract Call getForegroundCall();
217 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
220 && (!getForegroundCall().getState().isAlive()
230 Call.State foregroundCallState = getForegroundCall().getState();
526 } else if (getForegroundCall().isIdle()
SipPhone.java 362 public Call getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 124 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall();
CallManager.java 214 return phone.getForegroundCall().getPhone();
232 * phone.getForegroundCall().getPhone() != phone
234 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
422 mForegroundCalls.add(basePhone.getForegroundCall());
451 mForegroundCalls.remove(basePhone.getForegroundCall());
    [all...]
DefaultPhoneNotifier.java 259 Call foregroundCall = sender.getForegroundCall();
Phone.java 812 Call getForegroundCall();
    [all...]
PhoneProxy.java 748 public Call getForegroundCall() {
749 return mActivePhone.getForegroundCall();
    [all...]
PhoneBase.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 247 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
250 && (!getForegroundCall().getState().isAlive()
260 Call.State foregroundCallState = getForegroundCall().getState();
547 } else if (getForegroundCall().isIdle()
ImsPhone.java 317 getForegroundCall() {
368 ImsPhoneCall call = getForegroundCall();
398 ImsPhoneCall call = getForegroundCall();
497 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 396 Call fgCall = phone.getForegroundCall();
723 Call fgCall = phone.getForegroundCall();
    [all...]
CallNotifier.java 446 if ((fgPhone.getForegroundCall().getState() == Call.State.ACTIVE)
456 mPreviousCdmaCallState = fgPhone.getForegroundCall().getState();
    [all...]
PhoneGlobals.java 713 boolean isDialing = (mCM.getFgPhone().getForegroundCall().getState() == Call.State.DIALING);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 655 if (!phone.getForegroundCall().isIdle()) {
667 return getPhone().getForegroundCall().getEarliestConnection();
    [all...]
TelephonyConnectionService.java 325 final Call foregroundCall = phone.getForegroundCall();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 566 getForegroundCall() {
619 GsmCall call = getForegroundCall();
660 GsmCall call = getForegroundCall();
786 GsmCall.State foregroundCallState = getForegroundCall().getState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 507 CdmaCall.State foregroundCallState = getForegroundCall().getState();
671 public CdmaCall getForegroundCall() {
    [all...]

Completed in 242 milliseconds

1 2