Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioContext.java379 private final SparseArray<AudioAttributes[]> mContextToAttributes = new SparseArray<>(); field in CarAudioContext
405 mContextToAttributes.put(info.getId(), info.getAudioAttributes()); in CarAudioContext()
544 && mContextToAttributes.indexOfKey(audioContext) >= 0, in preconditionCheckAudioContext()
550 return mContextToAttributes.get(carAudioContext); in getAudioAttributesForContext()
690 List<Integer> contextIds = new ArrayList<>(mContextToAttributes.size()); in getAllContextsIds()
691 for (int index = 0; index < mContextToAttributes.size(); index++) { in getAllContextsIds()
692 if (isInvalidContextId(mContextToAttributes.keyAt(index))) { in getAllContextsIds()
695 contextIds.add(mContextToAttributes.keyAt(index)); in getAllContextsIds()