Home
last modified time | relevance | path

Searched refs:CAR_CONTEXT_INFO (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioContext.java258 private static final List<CarAudioContextInfo> CAR_CONTEXT_INFO = List.of( field in CarAudioContext
351 for (int index = 0; index < CAR_CONTEXT_INFO.size(); index++) {
352 CarAudioContextInfo info = CAR_CONTEXT_INFO.get(index);
712 return CAR_CONTEXT_INFO; in getAllContextsInfo()