Home
last modified time | relevance | path

Searched refs:LOCATION_CHARACTERIZATION (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/libs/backported-car-property-helper-lib/tests/src/com/android/car/property/backported/
DCarPropertyHelperUnitTest.java20 import static android.car.VehiclePropertyIds.LOCATION_CHARACTERIZATION;
73 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetPropertyId_systemPropertyIdSupported()
77 .isEqualTo(LOCATION_CHARACTERIZATION); in testGetPropertyId_systemPropertyIdSupported()
82 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetPropertyId_vendorPropertyIdSupported()
93 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetPropertyId_vendorPropertyNotSupported()
108 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetReadPermissions_systemPermission()
117 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetReadPermissions_vendorPermission()
128 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetWritePermissions_onlyReadable()
/packages/services/Car/libs/backported-car-property-helper-lib/src/com/android/car/property/backported/
DCarPropertyHelper.java20 import static android.car.VehiclePropertyIds.LOCATION_CHARACTERIZATION;
45 Map.entry(VehiclePropertyIds.toString(LOCATION_CHARACTERIZATION),
46 new PropertyInfo(LOCATION_CHARACTERIZATION)
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java4521 public static final int LOCATION_CHARACTERIZATION = 289410064; field in VehiclePropertyIds
/packages/services/Car/car-lib/api/
Dcurrent.txt409 …nifest.permission.ACCESS_FINE_LOCATION) public static final int LOCATION_CHARACTERIZATION = 289410…
Dlint-baseline.txt872 UnflaggedApi: android.car.VehiclePropertyIds#LOCATION_CHARACTERIZATION:
873 …PI must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.LOCATION_CHARACTERIZATION
/packages/services/Car/car-lib-module/api/
Dcurrent.txt409 …nifest.permission.ACCESS_FINE_LOCATION) public static final int LOCATION_CHARACTERIZATION = 289410…