Home
last modified time | relevance | path

Searched refs:ClusterHalService (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java26 import static com.android.car.hal.ClusterHalService.DONT_CARE;
42 import com.android.car.hal.ClusterHalService.ClusterHalEventCallback;
87 private ClusterHalService mClusterHalService;
131 private ClusterHalService createLightModeServiceWithProperties(List<HalPropConfig> properties) { in createLightModeServiceWithProperties()
133 ClusterHalService lightModeService = new ClusterHalService(mMockContext, mVehicleHal); in createLightModeServiceWithProperties()
145 mClusterHalService = new ClusterHalService(mMockContext, mVehicleHal); in setUp()
179 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList( in testIsServiceEnabled_lightMode_partialProperties()
187 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList()); in testIsServiceEnabled_lightMode_noProperties()
204 ClusterHalService lightModeService = in testInit_subscribePropertySafe_lightMode_coreProperties()
227 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList()); in testInit_lightMode_subscribePropertySafe_noProperties()
[all …]
DMockedPowerHalService.java82 mock(ClusterHalService.class), in createVehicleHalWithMockedServices()
DVehicleHalTest.java119 @Mock private ClusterHalService mClusterHalService;
1553 ClusterHalService clusterHalService,
/packages/services/Car/service/src/com/android/car/cluster/
DClusterHomeService.java23 import static com.android.car.hal.ClusterHalService.DISPLAY_OFF;
24 import static com.android.car.hal.ClusterHalService.DISPLAY_ON;
25 import static com.android.car.hal.ClusterHalService.DONT_CARE;
62 import com.android.car.hal.ClusterHalService;
71 ClusterHalService.ClusterHalEventCallback {
77 private final ClusterHalService mClusterHalService;
101 public ClusterHomeService(Context context, ClusterHalService clusterHalService, in ClusterHomeService()
DClusterHealthMonitor.java29 import com.android.car.hal.ClusterHalService;
43 private final ClusterHalService mClusterHalService;
56 ClusterHealthMonitor(Context context, ClusterHalService clusterHalService) { in ClusterHealthMonitor()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DClusterHomeServiceUnitTest.java60 import com.android.car.hal.ClusterHalService;
89 private ClusterHalService mClusterHalService;
249 mClusterHomeService.onDisplayState(ClusterHalService.DISPLAY_ON, in displayOnSendsDisplayState()
263 mClusterHomeService.onDisplayState(ClusterHalService.DONT_CARE, in displayBoundsSendsDisplayState()
277 mClusterHomeService.onDisplayState(ClusterHalService.DONT_CARE, /* bounds= */ null, in displayInsetsSendsDisplayState()
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java53 public final class ClusterHalService extends HalServiceBase { class
54 private static final String TAG = ClusterHalService.class.getSimpleName();
126 public ClusterHalService(Context context, VehicleHal hal) { in ClusterHalService() method in ClusterHalService
DVehicleHal.java112 private final ClusterHalService mClusterHalService;
265 ClusterHalService clusterHalService, in VehicleHal()
280 ? clusterHalService : new ClusterHalService(context, this); in VehicleHal()
575 public ClusterHalService getClusterHal() { in getClusterHal()
/packages/services/Car/service/
DOWNERS20 per-file src/com/android/car/hal/ClusterHalService.java = bkchoi@google.com
/packages/apps/Car/Cluster/ClusterHomeSample/
DREADME.md24 0 (full mode): All VHAL properties in ClusterHalService#CORE_PROPERTIES must be
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java22 import static com.android.car.hal.ClusterHalService.DISPLAY_ON;