Searched defs:AudioAttributes (Results  1 – 3 of 3) sorted by relevance
| /packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/utils/ | 
| D | OemCarServiceHelper.java | 192     private void parseFocusInteraction(XmlPullParser parser, ArrayMap<AudioAttributes,  in parseFocusInteraction() 213             ArrayMap<AudioAttributes, ArrayMap<AudioAttributes, Integer>>  in parseExclusiveOrRejectFocusAttributes() 261     private void parseDuckingInteraction(XmlPullParser parser, ArrayMap<AudioAttributes,  in parseDuckingInteraction() 284     private void parseToDuckAttributes(XmlPullParser parser, ArrayMap<AudioAttributes,  in parseToDuckAttributes() 313             ArrayMap<AudioAttributes, Integer> mapping) {  in listToMappingWithValue() 343     private boolean evaluateLoops(ArrayMap<AudioAttributes, List<AudioAttributes>> mapping) {  in evaluateLoops() 355             ArrayMap<AudioAttributes, List<AudioAttributes>> mapping) {  in containLoops()
  | 
| /packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/focus/ | 
| D | FocusInteraction.java | 374     public FocusInteraction(ArrayMap<AudioAttributes, ArrayMap<AudioAttributes, Integer>>  in FocusInteraction()
  | 
| /packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oem/ducking/ | 
| D | DuckingInteractions.java | 78     public DuckingInteractions(ArrayMap<AudioAttributes, List<AudioAttributes>>  in DuckingInteractions()
  |