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 69 if (hasFocus() && getForegroundCall() == call) {
147 Call call = getForegroundCall();
372 Call foregroundCall = getForegroundCall();
375 Call call = CallsManager.getInstance().getForegroundCall();
522 Call call = CallsManager.getInstance().getForegroundCall();
531 private Call getForegroundCall() {
532 Call call = CallsManager.getInstance().getForegroundCall();
544 Call call = CallsManager.getInstance().getForegroundCall();
CallsManager.java 356 Call getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 64 public abstract Call getForegroundCall();
216 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
219 && (!getForegroundCall().getState().isAlive()
229 Call.State foregroundCallState = getForegroundCall().getState();
510 } else if (getForegroundCall().isIdle()
SipPhone.java 361 public Call getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 278 getForegroundCall() {
329 ImsPhoneCall call = getForegroundCall();
359 ImsPhoneCall call = getForegroundCall();
458 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
933 connList.addAll(getForegroundCall().mConnections);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 791 Call getForegroundCall();
    [all...]
CallManager.java 214 return phone.getForegroundCall().getPhone();
232 * phone.getForegroundCall().getPhone() != phone
234 * isSamePhone(phone, phone.getForegroundCall().getPhone()) == true
422 mForegroundCalls.add(basePhone.getForegroundCall());
452 mForegroundCalls.remove(basePhone.getForegroundCall());
    [all...]
PhoneProxy.java 722 public Call getForegroundCall() {
723 return mActivePhone.getForegroundCall();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 492 CdmaCall.State foregroundCallState = getForegroundCall().getState();
650 public CdmaCall getForegroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 568 getForegroundCall() {
621 GsmCall call = getForegroundCall();
662 GsmCall call = getForegroundCall();
788 GsmCall.State foregroundCallState = getForegroundCall().getState();
    [all...]

Completed in 855 milliseconds