Searched refs:IS_ART (Results 1 – 7 of 7) sorted by relevance
20 public static final boolean IS_ART = System.getProperty("java.vm.name").equals("Dalvik"); field in Main46 if (IS_ART) { in checkDefaultNames()61 if (IS_ART) { in checkNames()
27 private static boolean IS_ART = System.getProperty("java.vm.name").equals("Dalvik"); field in Test1963221 if (!IS_ART) { in getClassLoader()232 if (IS_ART) { in addToClassLoader()
29 private static boolean IS_ART = System.getProperty("java.vm.name").equals("Dalvik"); field in Main189 if (!IS_ART) { in getClassLoader()199 if (IS_ART) { in addToClassLoader()
40 private static boolean IS_ART = System.getProperty("java.vm.name").equals("Dalvik"); field in Test1953812 if (IS_ART && canRunClassLoadTests && CanRunClassLoadingTests()) {