Searched defs:apiLevel (Results 1 – 5 of 5) sorted by relevance
28 public final int apiLevel; field in ThemeInfo31 ThemeInfo(int spec, int id, int apiLevel, String name) { in ThemeInfo()
109 int apiLevel = getPropertyInt(prop); in getVendorApiLevel() local120 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()
64 int apiLevel = testDevice.getApiLevel(); in apply() local
53 final int apiLevel = getDevice().getApiLevel(); in testBootStats() local
114 int apiLevel = Integer.MAX_VALUE; in main() local