Home
last modified time | relevance | path

Searched defs:apiLevel (Results 1 – 8 of 8) 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.java107 int apiLevel = getPropertyInt(apiLevelProp); in getVsrApiLevel() local
133 int apiLevel = getPropertyInt(prop); in getVendorApiLevel() local
144 public static boolean isVendorApiLevelNewerThan(int apiLevel) { in isVendorApiLevelNewerThan()
152 public static boolean isVendorApiLevelAtLeast(int apiLevel) { in isVendorApiLevelAtLeast()
161 public static boolean isVndkApiLevelNewerThan(int apiLevel) { in isVndkApiLevelNewerThan()
175 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.java54 final int apiLevel = getDevice().getApiLevel(); in testBootStats() local
/cts/hostsidetests/adpf/src/android/adpf/cts/
DADPFHintSessionHostJUnit4Test.java94 int apiLevel = Integer.parseInt(vendorApiLevelStr); in checkMinVendorApiLevel() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
DPerformanceHintManagerStatsTests.java233 final int apiLevel = Integer.parseInt( in testAdpfHintSessionTidCleanupIsPushed() local
/cts/tests/tests/gamemanager/src/android/gamemanager/cts/
DGameManagerTest.java152 final int apiLevel = in assumeAndroidApiLevel() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCtsApiCoverage.java123 int apiLevel = Integer.MAX_VALUE; in main() local