Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioContext.java733 static List<CarAudioContextInfo> getAllCarSystemContextsInfo() { in getAllCarSystemContextsInfo() method in CarAudioContext
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioContextTest.java859 List<CarAudioContextInfo> carContextInfo = CarAudioContext.getAllCarSystemContextsInfo(); in getAllCarSystemContextInfo_verifyContents()