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.java866 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
870 return (foregroundCallState.isAlive() || in isInCall()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl68 int foregroundCallState, int backgroundCallState); in notifyPreciseCallState() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2108 int foregroundCallState, int backgroundCallState) { in notifyPreciseCallState() argument
2115 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()
2118 ringingCallState, foregroundCallState, in notifyPreciseCallState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1277 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
1281 return (foregroundCallState.isAlive() || in isInCall()