Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java74 public PreciseCallState(int ringingCall, int foregroundCall, int backgroundCall, in PreciseCallState() argument
77 mForegroundCallState = foregroundCall; in PreciseCallState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java253 Call foregroundCall = sender.getForegroundCall(); in notifyPreciseCallState() local
255 if (ringingCall != null && foregroundCall != null && backgroundCall != null) { in notifyPreciseCallState()
259 convertPreciseCallState(foregroundCall.getState()), in notifyPreciseCallState()