1<!--
2  ~ Copyright (C) 2023 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16
17<!--
18Each attribute must start with an attribute tag and AudioAttribute usage is set using the usage
19attribute. If one or more of the priority list/interactions is missing it will use the default
20implementation.
21-->
22<oemAudioFocusConfigurations>
23    <!--
24    Focus interactions is set using a mapping from one audio attribute to a list of exclusive,
25    rejected, or concurrent audio attributes. Every focus interaction has one audio attribute
26    focus holder, and attached to it are exclusive, rejected, or concurrent focus interactions.
27    Every audio attribute must be mapped and every attribute must be in only one interaction.
28
29    <focusInteractions>
30       <focusInteraction>
31           <attribute usage = "AUDIO_USAGE..."/>
32           <exclusive>
33               <attribute usage = "AUDIO_USAGE..."/>
34               <attribute usage = "AUDIO_USAGE..."/>
35           </exclusive>
36           <rejected>
37               <attribute usage = "AUDIO_USAGE..."/>
38           </rejected>
39           <concurrent>
40               <attribute usage = "AUDIO_USAGE..."/>
41               <attribute usage = "AUDIO_USAGE..."/>
42           </concurrent>
43       </focusInteraction>
44       <focusInteraction>
45           <attribute usage = "AUDIO_USAGE...">
46           <rejected>
47               <attribute usage = "AUDIO_USAGE..."/>
48               <attribute usage = "AUDIO_USAGE..."/>
49           </rejected>
50           <concurrent>
51               <attribute usage = "AUDIO_USAGE..."/>
52               <attribute usage = "AUDIO_USAGE..."/>
53           </concurrent>
54           <exclusive>
55               <attribute usage = "AUDIO_USAGE..."/>
56               <attribute usage = "AUDIO_USAGE..."/>
57           </exclusive>
58       </focusInteraction>
59    </focusInteractions>
60    -->
61    <focusInteractions>
62        <focusInteraction>
63            <attribute usage = "AUDIO_USAGE_MEDIA"/>
64            <exclusive>
65                <attribute usage = "AUDIO_USAGE_MEDIA"/>
66                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
67                <attribute usage = "AUDIO_USAGE_GAME"/>
68                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
69                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
70                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
71                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
72                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
73                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
74                <attribute usage = "AUDIO_USAGE_ALARM"/>
75                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
76                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
77            </exclusive>
78            <concurrent>
79                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
80                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
81                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
82                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
83                <attribute usage = "AUDIO_USAGE_SAFETY"/>
84                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
85            </concurrent>
86        </focusInteraction>
87        <focusInteraction>
88            <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
89            <exclusive>
90                <attribute usage = "AUDIO_USAGE_MEDIA"/>
91                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
92                <attribute usage = "AUDIO_USAGE_GAME"/>
93                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
94                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
95                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
96                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
97                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
98                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
99                <attribute usage = "AUDIO_USAGE_ALARM"/>
100                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
101                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
102            </exclusive>
103            <concurrent>
104                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
105                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
106                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
107                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
108                <attribute usage = "AUDIO_USAGE_SAFETY"/>
109                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
110            </concurrent>
111        </focusInteraction>
112        <focusInteraction>
113            <attribute usage = "AUDIO_USAGE_GAME"/>
114            <exclusive>
115                <attribute usage = "AUDIO_USAGE_MEDIA"/>
116                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
117                <attribute usage = "AUDIO_USAGE_GAME"/>
118                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
119                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
120                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
121                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
122                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
123                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
124                <attribute usage = "AUDIO_USAGE_ALARM"/>
125                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
126                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
127            </exclusive>
128            <concurrent>
129                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
130                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
131                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
132                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
133                <attribute usage = "AUDIO_USAGE_SAFETY"/>
134                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
135            </concurrent>
136        </focusInteraction>
137        <focusInteraction>
138            <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
139            <exclusive>
140                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
141                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
142                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
143            </exclusive>
144            <concurrent>
145                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
146                <attribute usage = "AUDIO_USAGE_GAME"/>
147                <attribute usage = "AUDIO_USAGE_MEDIA"/>
148                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
149                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
150                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
151                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
152                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
153                <attribute usage = "AUDIO_USAGE_ALARM"/>
154                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
155                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
156                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
157                <attribute usage = "AUDIO_USAGE_SAFETY"/>
158                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
159                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
160            </concurrent>
161        </focusInteraction>
162        <focusInteraction>
163            <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
164            <exclusive>
165                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
166                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
167                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
168                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
169                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
170            </exclusive>
171            <reject>
172                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
173                <attribute usage = "AUDIO_USAGE_ALARM"/>
174                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
175                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
176                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
177                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
178            </reject>
179            <concurrent>
180                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
181                <attribute usage = "AUDIO_USAGE_GAME"/>
182                <attribute usage = "AUDIO_USAGE_MEDIA"/>
183                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
184                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
185                <attribute usage = "AUDIO_USAGE_SAFETY"/>
186                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
187            </concurrent>
188        </focusInteraction>
189        <focusInteraction>
190            <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
191            <exclusive>
192                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
193                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
194                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
195                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
196                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
197            </exclusive>
198            <reject>
199                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
200                <attribute usage = "AUDIO_USAGE_ALARM"/>
201                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
202                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
203                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
204                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
205            </reject>
206            <concurrent>
207                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
208                <attribute usage = "AUDIO_USAGE_GAME"/>
209                <attribute usage = "AUDIO_USAGE_MEDIA"/>
210                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
211                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
212                <attribute usage = "AUDIO_USAGE_SAFETY"/>
213                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
214            </concurrent>
215        </focusInteraction>
216        <focusInteraction>
217            <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
218            <exclusive>
219                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
220            </exclusive>
221            <reject>
222                <attribute usage = "AUDIO_USAGE_MEDIA"/>
223                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
224                <attribute usage = "AUDIO_USAGE_GAME"/>
225                <attribute usage = "AUDIO_USAGE_ALARM"/>
226                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
227                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
228                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
229            </reject>
230            <concurrent>
231                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
232                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
233                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
234                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
235                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
236                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
237                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
238                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
239                <attribute usage = "AUDIO_USAGE_SAFETY"/>
240                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
241            </concurrent>
242        </focusInteraction>
243        <focusInteraction>
244            <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
245            <reject>
246                <attribute usage = "AUDIO_USAGE_MEDIA"/>
247                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
248                <attribute usage = "AUDIO_USAGE_GAME"/>
249                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
250                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
251                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
252                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
253            </reject>
254            <concurrent>
255                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
256                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
257                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
258                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
259                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
260                <attribute usage = "AUDIO_USAGE_ALARM"/>
261                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
262                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
263                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
264                <attribute usage = "AUDIO_USAGE_SAFETY"/>
265                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
266            </concurrent>
267        </focusInteraction>
268        <focusInteraction>
269            <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
270            <reject>
271                <attribute usage = "AUDIO_USAGE_MEDIA"/>
272                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
273                <attribute usage = "AUDIO_USAGE_GAME"/>
274                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
275                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
276                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
277                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
278            </reject>
279            <concurrent>
280                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
281                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
282                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
283                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
284                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
285                <attribute usage = "AUDIO_USAGE_ALARM"/>
286                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
287                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
288                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
289                <attribute usage = "AUDIO_USAGE_SAFETY"/>
290                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
291            </concurrent>
292        </focusInteraction>
293        <focusInteraction>
294            <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
295            <reject>
296                <attribute usage = "AUDIO_USAGE_MEDIA"/>
297                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
298                <attribute usage = "AUDIO_USAGE_GAME"/>
299                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
300                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
301                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
302                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
303            </reject>
304            <concurrent>
305                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
306                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
307                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
308                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
309                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
310                <attribute usage = "AUDIO_USAGE_ALARM"/>
311                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
312                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
313                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
314                <attribute usage = "AUDIO_USAGE_SAFETY"/>
315                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
316            </concurrent>
317        </focusInteraction>
318        <focusInteraction>
319            <attribute usage = "AUDIO_USAGE_ALARM"/>
320            <exclusive>
321                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
322                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
323                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
324                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
325                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
326                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
327                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
328            </exclusive>
329            <reject>
330                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
331            </reject>
332            <concurrent>
333                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
334                <attribute usage = "AUDIO_USAGE_GAME"/>
335                <attribute usage = "AUDIO_USAGE_MEDIA"/>
336                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
337                <attribute usage = "AUDIO_USAGE_ALARM"/>
338                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
339                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
340                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
341                <attribute usage = "AUDIO_USAGE_SAFETY"/>
342                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
343            </concurrent>
344        </focusInteraction>
345        <focusInteraction>
346            <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
347            <exclusive>
348                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
349                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
350                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
351                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
352                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
353                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
354                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
355            </exclusive>
356            <concurrent>
357                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
358                <attribute usage = "AUDIO_USAGE_GAME"/>
359                <attribute usage = "AUDIO_USAGE_MEDIA"/>
360                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
361                <attribute usage = "AUDIO_USAGE_ALARM"/>
362                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
363                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
364                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
365                <attribute usage = "AUDIO_USAGE_SAFETY"/>
366                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
367                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
368            </concurrent>
369        </focusInteraction>
370        <focusInteraction>
371            <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
372            <exclusive>
373                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
374                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
375                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
376                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
377                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
378                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
379                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
380            </exclusive>
381            <concurrent>
382                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
383                <attribute usage = "AUDIO_USAGE_GAME"/>
384                <attribute usage = "AUDIO_USAGE_MEDIA"/>
385                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
386                <attribute usage = "AUDIO_USAGE_ALARM"/>
387                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
388                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
389                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
390                <attribute usage = "AUDIO_USAGE_SAFETY"/>
391                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
392                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
393            </concurrent>
394        </focusInteraction>
395        <focusInteraction>
396            <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
397            <exclusive>
398                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
399                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
400                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
401                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
402                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
403                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
404                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
405            </exclusive>
406            <concurrent>
407                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
408                <attribute usage = "AUDIO_USAGE_GAME"/>
409                <attribute usage = "AUDIO_USAGE_MEDIA"/>
410                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
411                <attribute usage = "AUDIO_USAGE_ALARM"/>
412                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
413                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
414                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
415                <attribute usage = "AUDIO_USAGE_SAFETY"/>
416                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
417                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
418            </concurrent>
419        </focusInteraction>
420        <focusInteraction>
421            <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
422            <reject>
423                <attribute usage = "AUDIO_USAGE_MEDIA"/>
424                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
425                <attribute usage = "AUDIO_USAGE_GAME"/>
426                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
427                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
428                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
429                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
430                <attribute usage = "AUDIO_USAGE_ALARM"/>
431                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
432                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
433                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
434                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
435                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
436            </reject>
437            <concurrent>
438                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
439                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
440                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
441                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
442                <attribute usage = "AUDIO_USAGE_SAFETY"/>
443            </concurrent>
444        </focusInteraction>
445        <focusInteraction>
446            <attribute usage = "AUDIO_USAGE_SAFETY"/>
447            <concurrent>
448                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
449                <attribute usage = "AUDIO_USAGE_GAME"/>
450                <attribute usage = "AUDIO_USAGE_MEDIA"/>
451                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
452                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
453                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
454                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
455                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
456                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
457                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
458                <attribute usage = "AUDIO_USAGE_ALARM"/>
459                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
460                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
461                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
462                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
463                <attribute usage = "AUDIO_USAGE_SAFETY"/>
464                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
465                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
466            </concurrent>
467        </focusInteraction>
468        <focusInteraction>
469            <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
470            <exclusive>
471                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
472            </exclusive>
473            <concurrent>
474                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
475                <attribute usage = "AUDIO_USAGE_GAME"/>
476                <attribute usage = "AUDIO_USAGE_MEDIA"/>
477                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
478                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
479                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
480                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
481                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
482                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
483                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
484                <attribute usage = "AUDIO_USAGE_ALARM"/>
485                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
486                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
487                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
488                <attribute usage = "AUDIO_USAGE_SAFETY"/>
489                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
490                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
491            </concurrent>
492        </focusInteraction>
493        <focusInteraction>
494            <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
495            <exclusive>
496                <attribute usage = "AUDIO_USAGE_MEDIA"/>
497                <attribute usage = "AUDIO_USAGE_UNKNOWN"/>
498                <attribute usage = "AUDIO_USAGE_GAME"/>
499                <attribute usage = "AUDIO_USAGE_ASSISTANCE_ACCESSIBILITY"/>
500                <attribute usage = "AUDIO_USAGE_ASSISTANT"/>
501                <attribute usage = "AUDIO_USAGE_NOTIFICATION_TELEPHONY_RINGTONE"/>
502                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION"/>
503                <attribute usage = "AUDIO_USAGE_CALL_ASSISTANT"/>
504                <attribute usage = "AUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING"/>
505                <attribute usage = "AUDIO_USAGE_ALARM"/>
506                <attribute usage = "AUDIO_USAGE_EMERGENCY"/>
507                <attribute usage = "AUDIO_USAGE_ANNOUNCEMENT"/>
508            </exclusive>
509            <concurrent>
510                <attribute usage = "AUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE"/>
511                <attribute usage = "AUDIO_USAGE_NOTIFICATION"/>
512                <attribute usage = "AUDIO_USAGE_NOTIFICATION_EVENT"/>
513                <attribute usage = "AUDIO_USAGE_ASSISTANCE_SONIFICATION"/>
514                <attribute usage = "AUDIO_USAGE_SAFETY"/>
515                <attribute usage = "AUDIO_USAGE_VEHICLE_STATUS"/>
516            </concurrent>
517        </focusInteraction>
518    </focusInteractions>
519</oemAudioFocusConfigurations>
520