Home
last modified time | relevance | path

Searched defs:INTERACTION_CONCURRENT (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DFocusInteraction.java76 static final int INTERACTION_CONCURRENT = 2; // Focus granted, others keep focus field in FocusInteraction
124 INTERACTION_MATRIX.append(NAVIGATION, new SparseArray() { in INTERACTION_MATRIX.append()
214 INTERACTION_MATRIX.append(NOTIFICATION, new SparseArray() { in INTERACTION_MATRIX.append()
232 INTERACTION_MATRIX.append(SYSTEM_SOUND, new SparseArray() { in INTERACTION_MATRIX.append()
268 INTERACTION_MATRIX.append(SAFETY, new SparseArray() { in INTERACTION_MATRIX.append()
286 INTERACTION_MATRIX.append(VEHICLE_STATUS, new SparseArray() { in INTERACTION_MATRIX.append()
/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/focus/
DFocusInteraction.java70 public static final int INTERACTION_CONCURRENT = 2; field in FocusInteraction