Searched refs:setTargetSdkVersion (Results 1 – 3 of 3) sorted by relevance
75 setTargetSdkVersion(/* Q */ 29); in main()121 private static native int setTargetSdkVersion(int version); in setTargetSdkVersion() method in Main
28 setTargetSdkVersion(/* Q */ 29); in main()72 private static native int setTargetSdkVersion(int version); in setTargetSdkVersion() method in Main
170 VMRuntime.setTargetSdkVersion(runtime, oldSdkVersion); in testVisibilityCompatibility()177 VMRuntime.setTargetSdkVersion(runtime, currentSdkVersion); in testVisibilityCompatibility()295 public static void setTargetSdkVersion(Object runtime, int version) throws Exception { in setTargetSdkVersion() method in TestAnnotations.VMRuntime