Home
last modified time | relevance | path

Searched refs:customizeVendorPermission (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java331 mPropertyHalServiceConfigs.customizeVendorPermission(toIntArray(configArray)); in testCustomizeVendorPermission()
398 mPropertyHalServiceConfigs.customizeVendorPermission(toIntArray(configArray))); in testCustomizeVendorPermission_systemPropertyNotAllowed()
412 mPropertyHalServiceConfigs.customizeVendorPermission(toIntArray(configArray)); in testCustomizeVendorPermission_overrideNotAllowed()
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java401 public void customizeVendorPermission(int[] configArray) { in customizeVendorPermission() method in PropertyHalServiceConfigs
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1317 mPropertyHalServiceConfigs.customizeVendorPermission( in takeProperties()