Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java208 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
212 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java259 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
263 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
DImsPhone.java677 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
681 return (foregroundCallState.isAlive() || in isInCall()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl75 int foregroundCallState, int backgroundCallState); in notifyPreciseCallState() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1596 int foregroundCallState, int backgroundCallState) { in notifyPreciseCallState() argument
1603 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()
1606 ringingCallState, foregroundCallState, in notifyPreciseCallState()
1649 broadcastPreciseCallStateChanged(ringingCallState, foregroundCallState, in notifyPreciseCallState()
2164 private void broadcastPreciseCallStateChanged(int ringingCallState, int foregroundCallState, in broadcastPreciseCallStateChanged() argument
2168 intent.putExtra(TelephonyManager.EXTRA_FOREGROUND_CALL_STATE, foregroundCallState); in broadcastPreciseCallStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java379 int foregroundCallState, int backgroundCallState) { in notifyPreciseCallState() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1158 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
1162 return (foregroundCallState.isAlive() || in isInCall()