Home
last modified time | relevance | path

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

/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()
DInputHalService.java153 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in InputHalService
DPowerHalService.java383 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in PowerHalService
DPropertyHalService.java332 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in PropertyHalService
DDiagnosticHalService.java122 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in DiagnosticHalService
DVmsHalService.java175 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in VmsHalService
DVehicleHal.java201 int[] supportedProps = service.getAllSupportedProperties(); in init()
DUserHalService.java206 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in UserHalService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java246 assertThat(mUserHalService.getAllSupportedProperties()).asList().containsExactly( in testSupportedProperties()