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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 144 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().getEarliestCreateTime() > 0)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 64 public abstract Call getForegroundCall();
240 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
243 && (!getForegroundCall().getState().isAlive()
253 Call.State foregroundCallState = getForegroundCall().getState();
531 } else if (getForegroundCall().isIdle()
SipPhone.java 359 public Call getForegroundCall() {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 422 Call fgCall = phone.getForegroundCall();
755 Call fgCall = phone.getForegroundCall()
    [all...]
CallNotifier.java     [all...]
PhoneInterfaceManager.java 375 final boolean hasActiveCall = !mPhone.getForegroundCall().isIdle();
PhoneGlobals.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 195 return phone.getForegroundCall().getPhone();
213 * phone.getForegroundCall().getPhone() != phone
215 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
308 mForegroundCalls.add(basePhone.getForegroundCall());
332 mForegroundCalls.remove(basePhone.getForegroundCall());
    [all...]
Phone.java 718 Call getForegroundCall();
    [all...]
PhoneProxy.java 594 public Call getForegroundCall() {
595 return mActivePhone.getForegroundCall();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 485 getForegroundCall() {
533 GsmCall call = getForegroundCall();
574 GsmCall call = getForegroundCall();
694 GsmCall.State foregroundCallState = getForegroundCall().getState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 409 CdmaCall.State foregroundCallState = getForegroundCall().getState();
533 public CdmaCall getForegroundCall() {
    [all...]

Completed in 67 milliseconds