Searched defs:contexts (Results 1 – 10 of 10) sorted by relevance
34 protected void __constructor__(Context contexts, Handler handler) { in __constructor__()
127 List<Integer> contexts = IntStream.of(mediaVolumeGroup.getContexts()).boxed().collect( in loadAudioZones_associatesLegacyContextsWithCorrectBuses() local154 List<Integer> contexts = IntStream.of(mediaVolumeGroup.getContexts()).boxed().collect( in loadAudioZones_associatesNonLegacyContextsWithMediaBus() local
316 @AudioContext int[] contexts = new int[mDeviceAddresses.size()]; in build() local
62 int[] contexts = new int[mDeviceAddresses.size()]; in build() local
187 public static boolean isAnyContextActive(@NonNull @AudioContext int [] contexts, in isAnyContextActive()208 Set<Integer> contexts = CarAudioContext.getUniqueContextsForUsages(activeHalUsages); in getActiveContexts() local
147 private static Set<Integer> getUnduckedContexts(Set<Integer> contexts, in getUnduckedContexts()154 private static Set<String> getAddressesForContexts(Set<Integer> contexts, CarAudioZone zone) { in getAddressesForContexts()162 private static Set<Integer> getContextsToDuck(Set<Integer> contexts) { in getContextsToDuck()
125 Set<Integer> contexts = new HashSet<>(); in validateVolumeGroups() local
205 List<Integer> contexts = new ArrayList<>(); in parseAudioContexts() local
923 Set<Integer> contexts = in getUsagesForVolumeGroupId() local
391 protected QueryTaskResult doInBackground(Context... contexts) { in doInBackground()