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

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 67 if (hasFocus() && getForegroundCall() == call) {
136 Call call = getForegroundCall();
338 Call call = getForegroundCall();
473 Call call = CallsManager.getInstance().getForegroundCall();
482 private Call getForegroundCall() {
483 Call call = CallsManager.getInstance().getForegroundCall();
494 Call call = CallsManager.getInstance().getForegroundCall();
CallsManager.java 294 Call getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 64 public abstract Call getForegroundCall();
217 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
220 && (!getForegroundCall().getState().isAlive()
230 Call.State foregroundCallState = getForegroundCall().getState();
512 } else if (getForegroundCall().isIdle()
SipPhone.java 361 public Call getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 273 getForegroundCall() {
324 ImsPhoneCall call = getForegroundCall();
354 ImsPhoneCall call = getForegroundCall();
453 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
918 ImsPhoneConnection conn = getForegroundCall().getHandoverConnection();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 764 Call getForegroundCall();
    [all...]
CallManager.java 206 return phone.getForegroundCall().getPhone();
224 * phone.getForegroundCall().getPhone() != phone
226 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
414 mForegroundCalls.add(basePhone.getForegroundCall());
443 mForegroundCalls.remove(basePhone.getForegroundCall());
    [all...]
PhoneProxy.java 676 public Call getForegroundCall() {
677 return mActivePhone.getForegroundCall();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 489 CdmaCall.State foregroundCallState = getForegroundCall().getState();
638 public CdmaCall getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 571 getForegroundCall() {
624 GsmCall call = getForegroundCall();
665 GsmCall call = getForegroundCall();
791 GsmCall.State foregroundCallState = getForegroundCall().getState();
    [all...]

Completed in 181 milliseconds