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

  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 59 public abstract Call getForegroundCall();
204 Log.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
207 && (!getForegroundCall().getState().isAlive()
217 Call.State foregroundCallState = getForegroundCall().getState();
427 } else if (getForegroundCall().isIdle()
SipPhone.java 314 public Call getForegroundCall() {
808 : (SipCall) SipPhone.this.getForegroundCall();
829 call = (SipCall) SipPhone.this.getForegroundCall();
    [all...]
  /frameworks/base/telephony/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 744 Call getForegroundCall();
    [all...]
PhoneProxy.java 410 public Call getForegroundCall() {
411 return mActivePhone.getForegroundCall();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 479 getForegroundCall() {
525 GsmCall call = (GsmCall) getForegroundCall();
567 GsmCall call = (GsmCall) getForegroundCall();
701 GsmCall.State foregroundCallState = getForegroundCall().getState();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 384 CdmaCall.State foregroundCallState = getForegroundCall().getState();
481 public CdmaCall getForegroundCall() {
    [all...]

Completed in 81 milliseconds