Home
last modified time | relevance | path

Searched refs:FEATURE_REQUEST_NOT_EXISTING (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarFeatureTest.java166 Car.FEATURE_REQUEST_NOT_EXISTING); in testEnableDisableForNonExistingFeature()
168 Car.FEATURE_REQUEST_NOT_EXISTING); in testEnableDisableForNonExistingFeature()
/packages/services/Car/car-lib/src/android/car/
DCar.java1603 public static final int FEATURE_REQUEST_NOT_EXISTING = 3; field in Car
1611 FEATURE_REQUEST_NOT_EXISTING,
2427 return FEATURE_REQUEST_NOT_EXISTING; in enableFeature()
2434 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in enableFeature()
2453 return FEATURE_REQUEST_NOT_EXISTING; in disableFeature()
2460 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in disableFeature()
/packages/services/Car/service/src/com/android/car/
DCarFeatureController.java371 return Car.FEATURE_REQUEST_NOT_EXISTING; in checkFeatureExisting()
DCarShellCommand.java1735 case Car.FEATURE_REQUEST_NOT_EXISTING:
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1875 field TIRAMISU_0 int FEATURE_REQUEST_NOT_EXISTING = 3;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt42 field public static final int FEATURE_REQUEST_NOT_EXISTING = 3; // 0x3
/packages/services/Car/car-lib/api/
Dsystem-current.txt42 field public static final int FEATURE_REQUEST_NOT_EXISTING = 3; // 0x3
Dtest-current.txt42 field public static final int FEATURE_REQUEST_NOT_EXISTING = 3; // 0x3
Dsystem-lint-baseline.txt998 UnflaggedApi: android.car.Car#FEATURE_REQUEST_NOT_EXISTING:
999 New API must be flagged with @FlaggedApi: field android.car.Car.FEATURE_REQUEST_NOT_EXISTING