Searched refs:backgroundCall (Results 1 – 3 of 3) sorted by relevance
95 @PreciseCallStates int backgroundCall, in PreciseCallState() argument100 mBackgroundCallState = backgroundCall; in PreciseCallState()
212 ImsPhoneCall backgroundCall = (ImsPhoneCall) getBackgroundCall(); in notifyPreciseCallStateToNotifier() local214 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallStateToNotifier()226 backgroundCall.getCallSessionId(); in notifyPreciseCallStateToNotifier()232 backgroundCall.getServiceType(); in notifyPreciseCallStateToNotifier()237 backgroundCall.getCallType(); in notifyPreciseCallStateToNotifier()
179 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState() local181 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallState()184 convertPreciseCallState(backgroundCall.getState())}; in notifyPreciseCallState()