Searched defs:getForegroundCall (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java318 public Call getForegroundCall() { method in class:SipPhone
838 : (SipCall) SipPhone.this.getForegroundCall();
859 call = (SipCall) SipPhone.this.getForegroundCall();
H A DSipPhoneBase.java62 public abstract Call getForegroundCall(); method in class:SipPhoneBase
213 Log.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
216 && (!getForegroundCall().getState().isAlive()
226 Call.State foregroundCallState = getForegroundCall().getState();
452 } else if (getForegroundCall().isIdle()
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java507 public Call getForegroundCall() { method in class:PhoneProxy
508 return mActivePhone.getForegroundCall();
H A DPhone.java787 Call getForegroundCall(); method in interface:Phone
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java403 CdmaCall.State foregroundCallState = getForegroundCall().getState();
501 public CdmaCall getForegroundCall() { method in class:CDMAPhone
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java466 getForegroundCall() { method in class:GSMPhone
512 GsmCall call = (GsmCall) getForegroundCall();
554 GsmCall call = (GsmCall) getForegroundCall();
688 GsmCall.State foregroundCallState = getForegroundCall().getState();

Completed in 118 milliseconds