Searched refs:getApiLevel (Results 1 – 7 of 7) sorted by relevance
60 public static int getApiLevel() { in getApiLevel() method in ApiLevelUtil
39 device.getApiLevel(), greaterThanOrEqualTo(29 /* Q */)); in setUp()
52 return getDevice().getApiLevel() >= 31 /* BUILD.VERSION_CODES.S */; in isAtLeastS()
41 mHasLauncherApps = getDevice().getApiLevel() >= 21; in setUp()
64 int apiLevel = testDevice.getApiLevel(); in apply()
790 assumeTrue("API level must be >=" + min, getDevice().getApiLevel() >= min); in assumeApiLevel()
53 final int apiLevel = getDevice().getApiLevel(); in testBootStats()