Searched refs:PropertyPermissions (Results 1 – 4 of 4) sorted by relevance
30 import com.android.car.hal.property.PropertyPermissionInfo.PropertyPermissions;149 PropertyPermissions p1 = new PropertyPermissions.Builder() in tesPropertyPermissionsHash()153 PropertyPermissions p2 = new PropertyPermissions.Builder() in tesPropertyPermissionsHash()157 PropertyPermissions p3 = new PropertyPermissions.Builder() in tesPropertyPermissionsHash()160 PropertyPermissions p4 = new PropertyPermissions.Builder() in tesPropertyPermissionsHash()
51 import com.android.car.hal.property.PropertyPermissionInfo.PropertyPermissions;470 expectedConfig.permissions = new PropertyPermissions.Builder() in testParseJsonConfig_validConfig()514 expectedConfig.permissions = new PropertyPermissions.Builder() in testParseJsonConfig_halPropIdDefaultEqualPropId()549 expectedConfig.permissions = new PropertyPermissions.Builder() in testParseJsonConfig_dataFlags()
77 public static final class PropertyPermissions { class in PropertyPermissionInfo83 private PropertyPermissions(@Nullable PermissionCondition readPermission, in PropertyPermissions() method in PropertyPermissionInfo.PropertyPermissions127 public PropertyPermissions build() { in build()132 return new PropertyPermissions(mReadPermission, mWritePermission); in build()142 if (!(object instanceof PropertyPermissions)) { in equals()145 PropertyPermissions other = (PropertyPermissions) object; in equals()
41 import com.android.car.hal.property.PropertyPermissionInfo.PropertyPermissions;85 public PropertyPermissions permissions;148 private final SparseArray<PropertyPermissions> mVendorHalPropIdToPermissions =302 PropertyPermissions propertyPermissions = mVendorHalPropIdToPermissions.get(halPropId); in getVendorReadPermission()341 PropertyPermissions propertyPermissions = mVendorHalPropIdToPermissions.get(halPropId); in getVendorWritePermission()427 PropertyPermissions.Builder propertyPermissionBuilder = in customizeVendorPermission()428 new PropertyPermissions.Builder(); in customizeVendorPermission()627 var builder = new PropertyPermissions.Builder(); in readPropertyObject()