Searched defs:carAudioContexts (Results 1 – 2 of 2) sorted by relevance
356 int[] carAudioContexts = new int[mContextToDevices.size()]; in getContexts() local416 List<Integer> carAudioContexts = new ArrayList<>(); in getContextsForAddress() local
393 public CarAudioContext(List<CarAudioContextInfo> carAudioContexts, in CarAudioContext()