Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java810 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in testActiveOccupantConfigs()
839 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in testActiveOccupantConfigsAfterDisplayAdd()
867 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in testActiveOccupantConfigsAfterDisplayRemoval()
879 SparseArray<OccupantConfig> configs = mService.getActiveOccupantConfigs(); in assertUserForThreeZones()
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java445 public SparseArray<OccupantConfig> getActiveOccupantConfigs() { in getActiveOccupantConfigs() method in CarOccupantZoneService