Searched refs:targetSdkVersion (Results 1 - 3 of 3) sorted by relevance

/libcore/libart/src/main/java/dalvik/system/
H A DVMRuntime.java53 private int targetSdkVersion; field in class:VMRuntime
159 public synchronized void setTargetSdkVersion(int targetSdkVersion) { argument
160 this.targetSdkVersion = targetSdkVersion;
161 setTargetSdkVersionNative(this.targetSdkVersion);
169 return targetSdkVersion;
172 private native void setTargetSdkVersionNative(int targetSdkVersion); argument
/libcore/ojluni/src/main/java/java/net/
H A DInMemoryCookieStore.java62 public InMemoryCookieStore(int targetSdkVersion) { argument
65 applyMCompatibility = (targetSdkVersion <= 23);
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java2304 public static final int targetSdkVersion = 0; field in class:R

Completed in 130 milliseconds