Searched refs:DALVIK (Results 1 – 7 of 7) sorted by relevance
53 public static final String DALVIK = "Dalvik"; field in PlatformDescription146 if(!isThisJVM(DALVIK)) { in getAndroidVersion()
70 else if(JVM_NAME.startsWith(DALVIK)) { in newInstantiatorOf()
69 else if(PlatformDescription.isThisJVM(DALVIK)) { in newInstantiatorOf()
39 if(!PlatformDescription.isThisJVM(PlatformDescription.DALVIK)) { in test()
149 DALVIK("Dalvik"), enumConstant
47 super(Type.DALVIK); in DalvikPlatform()
65 @SupportedPlatform({Platform.Type.JVM, Platform.Type.DALVIK})