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();
232 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
235 && (!getForegroundCall().getState().isAlive()
245 Call.State foregroundCallState = getForegroundCall().getState();
518 } else if (getForegroundCall().isIdle()
SipPhone.java 359 public Call getForegroundCall() {
    [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 719 Call getForegroundCall();
    [all...]
PhoneProxy.java 618 public Call getForegroundCall() {
619 return mActivePhone.getForegroundCall();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 414 CdmaCall.State foregroundCallState = getForegroundCall().getState();
561 public CdmaCall getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 498 getForegroundCall() {
546 GsmCall call = getForegroundCall();
587 GsmCall call = getForegroundCall();
707 GsmCall.State foregroundCallState = getForegroundCall().getState();
    [all...]

Completed in 241 milliseconds