Home
last modified time | relevance | path

Searched refs:runtimeClass (Results 1 – 1 of 1) sorted by relevance

/libcore/test-rules/src/main/java/libcore/junit/util/
DSwitchTargetSdkVersionRule.java124 Class<?> runtimeClass = classLoader.loadClass(VMRUNTIME); in SwitchVMRuntimeUsingReflection() local
126 this.runtimeInstanceGetter = runtimeClass.getMethod("getRuntime"); in SwitchVMRuntimeUsingReflection()
127 this.targetSdkVersionGetter = runtimeClass.getMethod("getTargetSdkVersion"); in SwitchVMRuntimeUsingReflection()
128 this.targetSdkVersionSetter = runtimeClass.getMethod("setTargetSdkVersion", int.class); in SwitchVMRuntimeUsingReflection()