Home
last modified time | relevance | path

Searched refs:isApiAndPlatformVersionAtLeast (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarTest.java134 assertThat(Car.isApiAndPlatformVersionAtLeast(Car.API_VERSION_MAJOR_INT, in testApiVersion_deprecated()
136 assertThat(Car.isApiAndPlatformVersionAtLeast(Car.API_VERSION_MAJOR_INT, in testApiVersion_deprecated()
138 assertThat(Car.isApiAndPlatformVersionAtLeast(Car.API_VERSION_MAJOR_INT, in testApiVersion_deprecated()
140 assertThat(Car.isApiAndPlatformVersionAtLeast(Car.API_VERSION_MAJOR_INT, in testApiVersion_deprecated()
/packages/services/Car/car-lib/src/android/car/
DCar.java1492 public static boolean isApiAndPlatformVersionAtLeast(int requiredApiVersionMajor, in isApiAndPlatformVersionAtLeast() method in Car
1507 public static boolean isApiAndPlatformVersionAtLeast(int requiredApiVersionMajor, in isApiAndPlatformVersionAtLeast() method in Car
/packages/services/Car/car-lib-module/api/
Dcurrent.txt23 method @Deprecated public static boolean isApiAndPlatformVersionAtLeast(int, int);
24 method @Deprecated public static boolean isApiAndPlatformVersionAtLeast(int, int, int);
/packages/services/Car/car-lib/api/
Dcurrent.txt23 method @Deprecated public static boolean isApiAndPlatformVersionAtLeast(int, int);
24 method @Deprecated public static boolean isApiAndPlatformVersionAtLeast(int, int, int);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1878 …method TIRAMISU_0 boolean isApiAndPlatformVersionAtLeast(int requiredApiVersionMajor, int minPlatf…
1879 …method TIRAMISU_0 boolean isApiAndPlatformVersionAtLeast(int requiredApiVersionMajor, int required…