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.java249 Call foregroundCall = sender.getForegroundCall();
251 if (ringingCall != null && foregroundCall != null && backgroundCall != null) {
255 convertPreciseCallState(foregroundCall.getState()),

Completed in 88 milliseconds