Searched refs:forLevel (Results 1 – 6 of 6) sorted by relevance
37 Level forDev = Level.forLevel(10_000); in testFactoryMethod()40 Level forFutureVersion = Level.forLevel(108); in testFactoryMethod()43 Level for30 = Level.forLevel(30); in testFactoryMethod()46 Level for31 = Level.forLevel(31); in testFactoryMethod()49 Level for32 = Level.forLevel(32); in testFactoryMethod()52 Level for33 = Level.forLevel(33); in testFactoryMethod()55 Level for34 = Level.forLevel(34); in testFactoryMethod()58 Level for35 = Level.forLevel(35); in testFactoryMethod()62 assertThrows(IllegalArgumentException.class, () -> Level.forLevel(29)); in testFactoryMethod()
40 return Level.forLevel(TestDeviceHelper.getApiLevel()); in getDeviceApiLevel()
67 return Level.forLevel(TestDeviceHelper.getApiLevel()); in getDeviceApiLevel()
96 return Level.forLevel(Build.VERSION.SDK_INT); in getDeviceApiLevel()
75 return Level.forLevel(SDK_INT); in getDeviceApiLevel()
89 public static Level forLevel(int level) { in forLevel() method in AndroidSdk.Level