Home
last modified time | relevance | path

Searched refs:PRIORITY_FOCUS_CALL_STATE (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/voip/
DRequestNewActiveCallTransaction.java100 return ConnectionServiceFocusManager.PRIORITY_FOCUS_CALL_STATE.contains(currentCallState); in isPriorityCallingState()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceFocusManager.java174 public static final Set<Integer> PRIORITY_FOCUS_CALL_STATE field in ConnectionServiceFocusManager
411 if (PRIORITY_FOCUS_CALL_STATE.contains(call.getState())) { in updateCurrentFocusCall()
DCallsManager.java6625 if (ConnectionServiceFocusManager.PRIORITY_FOCUS_CALL_STATE.contains(currentCallState)) {