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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 64 public abstract Call getForegroundCall();
223 Log.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
226 && (!getForegroundCall().getState().isAlive()
236 Call.State foregroundCallState = getForegroundCall().getState();
462 } else if (getForegroundCall().isIdle()
SipPhone.java 319 public Call getForegroundCall() {
839 : (SipCall) SipPhone.this.getForegroundCall();
860 call = (SipCall) SipPhone.this.getForegroundCall();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 193 return phone.getForegroundCall().getPhone();
211 * phone.getForegroundCall().getPhone() != phone
213 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
306 mForegroundCalls.add(basePhone.getForegroundCall());
330 mForegroundCalls.remove(basePhone.getForegroundCall());
    [all...]
Phone.java 703 Call getForegroundCall();
    [all...]
PhoneProxy.java 526 public Call getForegroundCall() {
527 return mActivePhone.getForegroundCall();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 395 CdmaCall.State foregroundCallState = getForegroundCall().getState();
493 public CdmaCall getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 463 getForegroundCall() {
509 GsmCall call = (GsmCall) getForegroundCall();
551 GsmCall call = (GsmCall) getForegroundCall();
685 GsmCall.State foregroundCallState = getForegroundCall().getState();
    [all...]

Completed in 362 milliseconds