Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceFocusManager.java156 private static final int[] PRIORITY_FOCUS_CALL_STATE = new int[] { field in ConnectionServiceFocusManager
374 for (int i = 0; i < PRIORITY_FOCUS_CALL_STATE.length; i++) { in updateCurrentFocusCall()
376 if (call.getState() == PRIORITY_FOCUS_CALL_STATE[i]) { in updateCurrentFocusCall()