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

/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java74 public PreciseCallState(int ringingCall, int foregroundCall, int backgroundCall, argument
77 mForegroundCallState = foregroundCall;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java263 Call foregroundCall = sender.getForegroundCall();
265 if (ringingCall != null && foregroundCall != null && backgroundCall != null) {
269 convertPreciseCallState(foregroundCall.getState()),

Completed in 80 milliseconds