Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java251 HashMap<Integer, OccupantZoneInfo> configs = mService.getOccupantsConfig(); in testDefaultOccupantConfig()
275 HashMap<Integer, OccupantZoneInfo> configs = mService.getOccupantsConfig(); in testDefaultOccupantConfigForRHD()
509 mService.getOccupantsConfig(); in testOccupantZoneConfigInfoForAudio()
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java356 public HashMap<Integer, OccupantZoneInfo> getOccupantsConfig() { in getOccupantsConfig() method in CarOccupantZoneService