Home
last modified time | relevance | path

Searched refs:getAllSupportedProperties (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVehicleHalTest.java86 when(mPowerHalService.getAllSupportedProperties()).thenReturn( in setUp()
96 when(mPropertyHalService.getAllSupportedProperties()).thenReturn( in setUp()
106 when(mInputHalService.getAllSupportedProperties()).thenReturn(new int[0]); in setUp()
107 when(mVmsHalService.getAllSupportedProperties()).thenReturn(new int[0]); in setUp()
108 when(mUserHalService.getAllSupportedProperties()).thenReturn(new int[0]); in setUp()
109 when(mDiagnosticHalService.getAllSupportedProperties()).thenReturn(new int[0]); in setUp()
DUserHalServiceTest.java263 assertThat(mUserHalService.getAllSupportedProperties()).asList().containsExactly( in testSupportedProperties()
/packages/services/Car/service/src/com/android/car/hal/
DHalServiceBase.java59 public abstract int[] getAllSupportedProperties(); in getAllSupportedProperties() method in HalServiceBase
65 for (int supported: getAllSupportedProperties()) { in isSupportedProperty()
DEvsHalService.java128 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in EvsHalService
DClusterHalService.java143 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in ClusterHalService
DInputHalService.java186 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in InputHalService
DPowerHalService.java403 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in PowerHalService
DPropertyHalService.java380 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in PropertyHalService
DDiagnosticHalService.java128 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in DiagnosticHalService
DVmsHalService.java177 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in VmsHalService
DVehicleHal.java236 int[] supportedProps = service.getAllSupportedProperties(); in init()
DUserHalService.java218 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in UserHalService