Home
last modified time | relevance | path

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

/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java169 VMRuntime.setTargetSdkVersion(runtime, oldSdkVersion); in testVisibilityCompatibility()
176 VMRuntime.setTargetSdkVersion(runtime, currentSdkVersion); in testVisibilityCompatibility()
294 public static void setTargetSdkVersion(Object runtime, int version) throws Exception { in setTargetSdkVersion() method in TestAnnotations.VMRuntime