Searched refs:isSupportedProperty (Results 1 – 7 of 7) sorted by relevance
51 boolean isSupportedProperty = mHalServiceBase.isSupportedProperty(ONE_SUPPORTED_PROPERTY); in testIsSupportedProperty_withReturnTrue()53 assertThat(isSupportedProperty).isTrue(); in testIsSupportedProperty_withReturnTrue()58 boolean isSupportedProperty = mHalServiceBase in testIsSupportedProperty_withReturnFalse()59 .isSupportedProperty(HalServiceBase.NOT_SUPPORTED_PROPERTY); in testIsSupportedProperty_withReturnFalse()61 assertThat(isSupportedProperty).isFalse(); in testIsSupportedProperty_withReturnFalse()
404 when(mPowerHalService.isSupportedProperty(eq(SOME_READ_ON_CHANGE_PROPERTY)))406 when(mPowerHalService.isSupportedProperty(not(eq(SOME_READ_ON_CHANGE_PROPERTY))))414 when(mPropertyHalService.isSupportedProperty(eq(SOME_READ_WRITE_STATIC_PROPERTY)))416 when(mPropertyHalService.isSupportedProperty(not(eq(SOME_READ_WRITE_STATIC_PROPERTY))))
289 mPropertyHalServiceConfigs.isSupportedProperty(vendorProp)).isTrue(); in testIsSupportedProperty()294 mPropertyHalServiceConfigs.isSupportedProperty(systemProp)).isTrue(); in testIsSupportedProperty()299 mPropertyHalServiceConfigs.isSupportedProperty(fakeSystemPropId)).isFalse(); in testIsSupportedProperty()302 mPropertyHalServiceConfigs.isSupportedProperty(fakePropId)).isFalse(); in testIsSupportedProperty()305 mPropertyHalServiceConfigs.isSupportedProperty(BACKPORTED_PROPERTY)).isTrue(); in testIsSupportedProperty()678 assertThat(mPropertyHalServiceConfigs.isSupportedProperty(vicProperty)).isFalse(); in testVicVehiclePropertiesFlagDisabled()
69 public boolean isSupportedProperty(int propId) { in isSupportedProperty() method in HalServiceBase
1281 public boolean isSupportedProperty(int halPropId) { in isSupportedProperty() method in PropertyHalService1282 return mPropertyHalServiceConfigs.isSupportedProperty(halPropId) in isSupportedProperty()1296 if (isSupportedProperty(halPropId)) { in takeProperties()
493 if (service.isSupportedProperty(propId)) { in priorityInit()
390 public boolean isSupportedProperty(int propId) { in isSupportedProperty() method in PropertyHalServiceConfigs