Searched refs:getPlatformVersion (Results 1 – 13 of 13) sorted by relevance
231 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() {
97 if (!Car.getPlatformVersion().isAtLeast(TIRAMISU_1)) { in getThreadPriority()114 if (!Car.getPlatformVersion().isAtLeast(TIRAMISU_1)) { in setThreadPriority()
46 + mExpectedPlatformApiVersion + ", Current version: " + Car.getPlatformVersion(); in getMessage()
1786 public static android.car.PlatformVersion getPlatformVersion() { in getPlatformVersion() method in Car1821 && getPlatformVersion() in isApiAndPlatformVersionAtLeast()1836 && getPlatformVersion() in isApiAndPlatformVersionAtLeast()
90 PlatformVersion platformApiVersion = Car.getPlatformVersion(); in onStart()
62 Car.getPlatformVersion().isAtLeast(UPSIDE_DOWN_CAKE_0) in requireMumd()
161 PlatformVersion platformVersion = Car.getPlatformVersion(); in testApiVersion_platform()
438 assertThat(Car.getPlatformVersion()).isSameInstanceAs(platformVersion); in testMockCarGetPlatformVersion()
489 doReturn(version).when(() -> Car.getPlatformVersion()); in mockCarGetPlatformVersion()
890 writer.println("Platform Version: " + Car.getPlatformVersion()); in dumpVersions()
23 method @Deprecated @NonNull public static android.car.PlatformVersion getPlatformVersion();
1877 method TIRAMISU_1 android.car.PlatformVersion getPlatformVersion();