Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarHiddenApiTest/src/android/car/hiddenapitest/
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.java1696 public static final int FEATURE_REQUEST_NOT_EXISTING = 3; field in Car
1704 FEATURE_REQUEST_NOT_EXISTING,
2898 return FEATURE_REQUEST_NOT_EXISTING; in enableFeature()
2905 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in enableFeature()
2924 return FEATURE_REQUEST_NOT_EXISTING; in disableFeature()
2931 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in disableFeature()
/packages/services/Car/service/src/com/android/car/
DCarFeatureController.java392 return Car.FEATURE_REQUEST_NOT_EXISTING; in checkFeatureExisting()
DCarShellCommand.java1855 case Car.FEATURE_REQUEST_NOT_EXISTING:
/packages/services/Car/car-lib/api/
Dsystem-current.txt43 field public static final int FEATURE_REQUEST_NOT_EXISTING = 3; // 0x3
Dtest-current.txt43 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
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt43 field public static final int FEATURE_REQUEST_NOT_EXISTING = 3; // 0x3