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.java265 Call.State foregroundCallState = getForegroundCall().getState();
269 return (foregroundCallState.isAlive() || backgroundCallState.isAlive()
H A DImsPhone.java517 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
521 return (foregroundCallState.isAlive() ||
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java228 Call.State foregroundCallState = getForegroundCall().getState();
232 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.java1188 public void notifyPreciseCallState(int ringingCallState, int foregroundCallState, argument
1195 mForegroundCallState = foregroundCallState;
1197 mPreciseCallState = new PreciseCallState(ringingCallState, foregroundCallState,
1212 broadcastPreciseCallStateChanged(ringingCallState, foregroundCallState, backgroundCallState,
1482 private void broadcastPreciseCallStateChanged(int ringingCallState, int foregroundCallState, argument
1486 intent.putExtra(TelephonyManager.EXTRA_FOREGROUND_CALL_STATE, foregroundCallState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java1039 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState();
1043 return (foregroundCallState.isAlive() ||

Completed in 107 milliseconds