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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl61 void notifyPreciseCallState(int ringingCallState, int foregroundCallState,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java269 Call.State foregroundCallState = getForegroundCall().getState();
273 return (foregroundCallState.isAlive() || backgroundCallState.isAlive()
H A DImsPhone.java567 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
571 return (foregroundCallState.isAlive() ||
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java231 Call.State foregroundCallState = getForegroundCall().getState();
235 return (foregroundCallState.isAlive() || backgroundCallState.isAlive()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java279 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, argument
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1263 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, argument
1270 mForegroundCallState = foregroundCallState;
1272 mPreciseCallState = new PreciseCallState(ringingCallState, foregroundCallState,
1287 broadcastPreciseCallStateChanged(ringingCallState, foregroundCallState, backgroundCallState,
1577 private void broadcastPreciseCallStateChanged(int ringingCallState, int foregroundCallState, argument
1581 intent.putExtra(TelephonyManager.EXTRA_FOREGROUND_CALL_STATE, foregroundCallState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java1037 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState();
1041 return (foregroundCallState.isAlive() ||

Completed in 1034 milliseconds