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.java331 SparseArray<OccupantZoneInfo> configs = mService.getOccupantsConfig(); in testDefaultOccupantConfig()
355 SparseArray<OccupantZoneInfo> configs = mService.getOccupantsConfig(); in testDefaultOccupantConfigForRHD()
685 mService.getOccupantsConfig(); in testGetOccupantZoneForUser_validUser()
759 mService.getOccupantsConfig(); in testOccupantZoneConfigInfoForAudio()
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java409 public SparseArray<OccupantZoneInfo> getOccupantsConfig() { in getOccupantsConfig() method in CarOccupantZoneService