Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java95 @PreciseCallStates int backgroundCall, in PreciseCallState() argument
100 mBackgroundCallState = backgroundCall; in PreciseCallState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java212 ImsPhoneCall backgroundCall = (ImsPhoneCall) getBackgroundCall(); in notifyPreciseCallStateToNotifier() local
214 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallStateToNotifier()
226 backgroundCall.getCallSessionId(); in notifyPreciseCallStateToNotifier()
232 backgroundCall.getServiceType(); in notifyPreciseCallStateToNotifier()
237 backgroundCall.getCallType(); in notifyPreciseCallStateToNotifier()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java179 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState() local
181 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallState()
184 convertPreciseCallState(backgroundCall.getState())}; in notifyPreciseCallState()