Home
last modified time | relevance | path

Searched refs:backgroundCallState (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java209 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall() local
212 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl75 int foregroundCallState, int backgroundCallState); in notifyPreciseCallState() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java260 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall() local
263 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
DImsPhone.java678 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall() local
682 backgroundCallState.isAlive() || in isInCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java379 int foregroundCallState, int backgroundCallState) { in notifyPreciseCallState() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1596 int foregroundCallState, int backgroundCallState) { in notifyPreciseCallState() argument
1604 mBackgroundCallState[phoneId] = backgroundCallState; in notifyPreciseCallState()
1607 backgroundCallState, in notifyPreciseCallState()
1650 backgroundCallState); in notifyPreciseCallState()
2165 int backgroundCallState) { in broadcastPreciseCallStateChanged() argument
2169 intent.putExtra(TelephonyManager.EXTRA_BACKGROUND_CALL_STATE, backgroundCallState); in broadcastPreciseCallStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1159 GsmCdmaCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall() local
1163 backgroundCallState.isAlive() || in isInCall()