Home
last modified time | relevance | path

Searched defs:apiLevel (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeInfo.java28 public final int apiLevel; field in ThemeInfo
31 ThemeInfo(int spec, int id, int apiLevel, String name) { in ThemeInfo()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java109 int apiLevel = getPropertyInt(prop); in getVendorApiLevel() local
120 public static boolean isVendorApiLevelNewerThan(int apiLevel) { in isVendorApiLevelNewerThan()
128 public static boolean isVendorApiLevelAtLeast(int apiLevel) { in isVendorApiLevelAtLeast()
137 public static boolean isVndkApiLevelNewerThan(int apiLevel) { in isVndkApiLevelNewerThan()
151 public static boolean isVndkApiLevelAtLeast(int apiLevel) { in isVndkApiLevelAtLeast()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminFeaturesCheckerRule.java64 int apiLevel = testDevice.getApiLevel(); in apply() local
/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java53 final int apiLevel = getDevice().getApiLevel(); in testBootStats() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCtsApiCoverage.java114 int apiLevel = Integer.MAX_VALUE; in main() local