Home
last modified time | relevance | path

Searched refs:foregroundCall (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java94 @PreciseCallStates int foregroundCall, in PreciseCallState() argument
99 mForegroundCallState = foregroundCall; in PreciseCallState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java211 ImsPhoneCall foregroundCall = (ImsPhoneCall) getForegroundCall(); in notifyPreciseCallStateToNotifier() local
214 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallStateToNotifier()
224 foregroundCall.getCallSessionId(); in notifyPreciseCallStateToNotifier()
230 foregroundCall.getServiceType(); in notifyPreciseCallStateToNotifier()
235 foregroundCall.getCallType(); in notifyPreciseCallStateToNotifier()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java178 Call foregroundCall = sender.getForegroundCall(); in notifyPreciseCallState() local
181 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallState()
183 convertPreciseCallState(foregroundCall.getState()), in notifyPreciseCallState()