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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 266 Call.State foregroundCallState = getForegroundCall().getState();
270 return (foregroundCallState.isAlive() || backgroundCallState.isAlive()
ImsPhone.java 453 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
457 return (foregroundCallState.isAlive() ||
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 229 Call.State foregroundCallState = getForegroundCall().getState();
233 return (foregroundCallState.isAlive() || backgroundCallState.isAlive()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 492 CdmaCall.State foregroundCallState = getForegroundCall().getState();
496 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() || ringingCallState
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 788 GsmCall.State foregroundCallState = getForegroundCall().getState();
792 return (foregroundCallState.isAlive() ||
    [all...]

Completed in 136 milliseconds