Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarOccupantZoneServiceTest.java578 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in testActiveOccupantConfigs()
605 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in testActiveOccupantConfigsAfterDisplayAdd()
630 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in testActiveOccupantConfigsAfterDisplayRemoval()
649 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in testActiveUserAfterUserSwitching()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarOccupantZoneService.java396 public SparseArray<OccupantConfig> getActiveOccupantConfigs() { in getActiveOccupantConfigs() method in CarOccupantZoneService