Home
last modified time | relevance | path

Searched refs:foregroundCallState (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java206 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
210 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java252 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
256 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
DImsPhone.java834 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
838 return (foregroundCallState.isAlive() || in isInCall()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl78 int foregroundCallState, int backgroundCallState); in notifyPreciseCallState() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1861 int foregroundCallState, int backgroundCallState) { in notifyPreciseCallState() argument
1868 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()
1871 ringingCallState, foregroundCallState, in notifyPreciseCallState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1249 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
1253 return (foregroundCallState.isAlive() || in isInCall()