HomeSort by relevance Sort by last modified time
    Searched refs:getBackgroundCall (Results 1 - 14 of 14) sorted by null

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 150 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
154 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
181 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
186 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
213 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
217 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
240 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
244 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
265 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
269 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState())
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 102 final boolean hasHoldingCall = !mPhone.getBackgroundCall().isIdle();
PhoneUtils.java 138 List<Connection> bgConnections = phone.getBackgroundCall().getConnections();
320 Call bg = phone.getBackgroundCall();
380 return hangup(phone.getBackgroundCall());
    [all...]
ManageConferenceUtils.java 149 final boolean hasHoldingCall = !mPhone.getBackgroundCall().isIdle();
NotificationMgr.java 501 final boolean hasHoldingCall = !mPhone.getBackgroundCall().isIdle();
553 : mPhone.getBackgroundCall();
    [all...]
CallCard.java 226 Call bgCall = phone.getBackgroundCall();
261 Call bgCall = phone.getBackgroundCall();
304 Call bgCall = phone.getBackgroundCall();
    [all...]
InCallMenu.java 275 final boolean hasHoldingCall = !phone.getBackgroundCall().isIdle();
PhoneInterfaceManager.java 326 final boolean hasHoldingCall = !mPhone.getBackgroundCall().isIdle();
BluetoothHandsfree.java 208 mBackgroundCall = mPhone.getBackgroundCall();
    [all...]
InCallScreen.java 654 mBackgroundCall = mPhone.getBackgroundCall();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneProxy.java 414 public Call getBackgroundCall() {
415 return mActivePhone.getBackgroundCall();
Phone.java 760 Call getBackgroundCall();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 487 getBackgroundCall() {
511 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
705 GsmCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 367 public CdmaCall getBackgroundCall() {
    [all...]

Completed in 285 milliseconds