Searched refs:foregroundCall (Results 1 – 2 of 2) sorted by relevance
98 public PreciseCallState(@State int ringingCall, @State int foregroundCall, in PreciseCallState() argument102 mForegroundCallState = foregroundCall; in PreciseCallState()
271 Call foregroundCall = sender.getForegroundCall(); in notifyPreciseCallState() local273 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallState()277 convertPreciseCallState(foregroundCall.getState()), in notifyPreciseCallState()