Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVehicleHalTest.java120 @Mock private TimeHalService mTimeHalService; field in VehicleHalTest
175 when(mTimeHalService.getAllSupportedProperties()).thenReturn(new int[0]); in initHalServices()
270 mDiagnosticHalService, mClusterHalService, mTimeHalService,
428 when(mTimeHalService.getAllSupportedProperties()).thenReturn(new int[0]);
459 when(mTimeHalService.getAllSupportedProperties()).thenReturn(new int[0]);
503 when(mTimeHalService.getAllSupportedProperties()).thenReturn(new int[0]);
1566 mDiagnosticHalService, mClusterHalService, mTimeHalService,
1581 mDiagnosticHalService, mClusterHalService, mTimeHalService,
1600 mDiagnosticHalService, mClusterHalService, mTimeHalService,
1623 mDiagnosticHalService, mClusterHalService, mTimeHalService,
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java114 private final TimeHalService mTimeHalService; field in VehicleHal
282 mTimeHalService = timeHalService != null in VehicleHal()
292 mTimeHalService, in VehicleHal()
584 return mTimeHalService; in getTimeHalService()