Home
last modified time | relevance | path

Searched refs:getSupportedCarVersion (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/oem/
DOemCarServiceTest.java60 () -> mOemCarService.getSupportedCarVersion()); in testPermissionCheckForAll()
71 assertThat(mOemCarService.getSupportedCarVersion()).isEqualTo(mCarVersionForTesting); in testGetSupportedCarVersion()
171 public CarVersion getSupportedCarVersion() { in getSupportedCarVersion() method in OemCarServiceTest.TestOemCarService
246 public CarVersion getSupportedCarVersion() { in getSupportedCarVersion() method in OemCarServiceTest.DefaultOemCarService
/packages/services/Car/car-lib/src/android/car/oem/
DOemCarService.java112 public CarVersion getSupportedCarVersion() {
114 return OemCarService.this.getSupportedCarVersion();
298 public abstract CarVersion getSupportedCarVersion(); in getSupportedCarVersion() method in OemCarService
DIOemCarService.aidl45 CarVersion getSupportedCarVersion(); in getSupportedCarVersion() method
/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oemcarservice/testapp/
DOemCarServiceImpl.java124 public CarVersion getSupportedCarVersion() { in getSupportedCarVersion() method in OemCarServiceImpl
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/
DCarOemProxyServiceTest.java309 public CarVersion getSupportedCarVersion() { in getSupportedCarVersion() method in CarOemProxyServiceTest.TestOemCarService
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt499 android.car.oem OemCarService CarVersion getSupportedCarVersion()
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt786 OnNameExpected: android.car.oem.OemCarService#getSupportedCarVersion():
787 …thods implemented by developers should follow the on<Something> style, was `getSupportedCarVersion`
3854 UnflaggedApi: android.car.oem.OemCarService#getSupportedCarVersion():
3855 …API must be flagged with @FlaggedApi: method android.car.oem.OemCarService.getSupportedCarVersion()
Dsystem-current.txt2101 method @NonNull public abstract android.car.CarVersion getSupportedCarVersion();
Dtest-current.txt2178 method @NonNull public abstract android.car.CarVersion getSupportedCarVersion();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2101 method @NonNull public abstract android.car.CarVersion getSupportedCarVersion();