Searched refs:listToMappingWithValue (Results 1 – 1 of 1) sorted by relevance
241 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