Home
last modified time | relevance | path

Searched refs:getPlatformVersion (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/libs/car-test-lib/src/android/car/test/
DApiCheckerRule.java231 PlatformVersion platformVersion = Car.getPlatformVersion(); in isSupported()
731 Car.getCarVersion(), Car.getPlatformVersion(), apiRequirements);
747 Car.getCarVersion(), Car.getPlatformVersion(), apiRequirements);
762 Car.getCarVersion(), Car.getPlatformVersion(), apiRequirements);
875 public PlatformVersion getPlatformVersion() {
909 public PlatformVersion getPlatformVersion() {
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/os/
DCarPerformanceTestFragment.java97 if (!Car.getPlatformVersion().isAtLeast(TIRAMISU_1)) { in getThreadPriority()
114 if (!Car.getPlatformVersion().isAtLeast(TIRAMISU_1)) { in setThreadPriority()
/packages/services/Car/car-lib/src/android/car/
DPlatformVersionMismatchException.java46 + mExpectedPlatformApiVersion + ", Current version: " + Car.getPlatformVersion(); in getMessage()
DCar.java1786 public static android.car.PlatformVersion getPlatformVersion() { in getPlatformVersion() method in Car
1821 && getPlatformVersion() in isApiAndPlatformVersionAtLeast()
1836 && getPlatformVersion() in isApiAndPlatformVersionAtLeast()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/mainline/
DCarMainlineFragment.java90 PlatformVersion platformApiVersion = Car.getPlatformVersion(); in onStart()
/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DUserTestingHelper.java62 Car.getPlatformVersion().isAtLeast(UPSIDE_DOWN_CAKE_0) in requireMumd()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarTest.java161 PlatformVersion platformVersion = Car.getPlatformVersion(); in testApiVersion_platform()
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DAndroidMockitoHelperTest.java438 assertThat(Car.getPlatformVersion()).isSameInstanceAs(platformVersion); in testMockCarGetPlatformVersion()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java489 doReturn(version).when(() -> Car.getPlatformVersion()); in mockCarGetPlatformVersion()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java890 writer.println("Platform Version: " + Car.getPlatformVersion()); in dumpVersions()
/packages/services/Car/car-lib/api/
Dcurrent.txt23 method @Deprecated @NonNull public static android.car.PlatformVersion getPlatformVersion();
/packages/services/Car/car-lib-module/api/
Dcurrent.txt23 method @Deprecated @NonNull public static android.car.PlatformVersion getPlatformVersion();
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1877 method TIRAMISU_1 android.car.PlatformVersion getPlatformVersion();