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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java372 public Call getForegroundCall() { method in class:SipPhone
979 : (SipCall) getForegroundCall();
1000 call = (SipCall) getForegroundCall();
H A DSipPhoneBase.java61 public abstract Call getForegroundCall(); method in class:SipPhoneBase
215 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
218 && (!getForegroundCall().getState().isAlive()
228 Call.State foregroundCallState = getForegroundCall().getState();
514 } else if (getForegroundCall().isIdle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java370 Call getForegroundCall(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java824 public GsmCdmaCall getForegroundCall() { method in class:GsmCdmaPhone
880 GsmCdmaCall call = getForegroundCall();
917 GsmCdmaCall call = getForegroundCall();
1039 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java333 getForegroundCall() { method in class:ImsPhone
383 ImsPhoneCall call = getForegroundCall();
517 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
1046 connList.addAll(getForegroundCall().mConnections);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1134 public Call getForegroundCall() { method in class:PhoneMock

Completed in 575 milliseconds