Home
last modified time | relevance | path

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

/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/utils/
DOemCarServiceHelper.java241 listToMappingWithValue(exclusive, INTERACTION_EXCLUSIVE, incomingFocusInteractions); in parseExclusiveOrRejectFocusAttributes()
242 listToMappingWithValue(rejected, INTERACTION_REJECT, incomingFocusInteractions); in parseExclusiveOrRejectFocusAttributes()
243 listToMappingWithValue(concurrent, INTERACTION_CONCURRENT, incomingFocusInteractions); in parseExclusiveOrRejectFocusAttributes()
312 private void listToMappingWithValue(List<AudioAttributes> list, int value, in listToMappingWithValue() method in OemCarServiceHelper