Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl64 void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java223 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
227 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java271 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
275 return (foregroundCallState.isAlive() || backgroundCallState.isAlive() in isInCall()
DImsPhone.java620 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
624 return (foregroundCallState.isAlive() || in isInCall()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1335 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() argument
1342 mForegroundCallState = foregroundCallState; in notifyPreciseCallState()
1344 mPreciseCallState = new PreciseCallState(ringingCallState, foregroundCallState, in notifyPreciseCallState()
1359 broadcastPreciseCallStateChanged(ringingCallState, foregroundCallState, backgroundCallState, in notifyPreciseCallState()
1650 private void broadcastPreciseCallStateChanged(int ringingCallState, int foregroundCallState, in broadcastPreciseCallStateChanged() argument
1654 intent.putExtra(TelephonyManager.EXTRA_FOREGROUND_CALL_STATE, foregroundCallState); in broadcastPreciseCallStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java292 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, in notifyPreciseCallState() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1033 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() local
1037 return (foregroundCallState.isAlive() || in isInCall()