Searched refs:getAllSupportedProperties (Results 1 – 12 of 12) sorted by relevance
86 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()
263 assertThat(mUserHalService.getAllSupportedProperties()).asList().containsExactly( in testSupportedProperties()
59 public abstract int[] getAllSupportedProperties(); in getAllSupportedProperties() method in HalServiceBase65 for (int supported: getAllSupportedProperties()) { in isSupportedProperty()
128 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in EvsHalService
143 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in ClusterHalService
186 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in InputHalService
403 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in PowerHalService
380 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in PropertyHalService
128 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in DiagnosticHalService
177 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in VmsHalService
236 int[] supportedProps = service.getAllSupportedProperties(); in init()
218 public int[] getAllSupportedProperties() { in getAllSupportedProperties() method in UserHalService