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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java359 public Call getForegroundCall() { method in class:SipPhone
956 : (SipCall) getForegroundCall();
977 call = (SipCall) getForegroundCall();
H A DSipPhoneBase.java64 public abstract Call getForegroundCall(); method in class:SipPhoneBase
232 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
235 && (!getForegroundCall().getState().isAlive()
245 Call.State foregroundCallState = getForegroundCall().getState();
518 } else if (getForegroundCall().isIdle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java618 public Call getForegroundCall() { method in class:PhoneProxy
619 return mActivePhone.getForegroundCall();
H A DPhone.java719 Call getForegroundCall(); method in interface:Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java414 CdmaCall.State foregroundCallState = getForegroundCall().getState();
561 public CdmaCall getForegroundCall() { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java498 getForegroundCall() { method in class:GSMPhone
546 GsmCall call = getForegroundCall();
587 GsmCall call = getForegroundCall();
707 GsmCall.State foregroundCallState = getForegroundCall().getState();

Completed in 1016 milliseconds