Searched defs:SDK_INT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBuild.java179 * representation; use {@link #SDK_INT} instead.
181 * @deprecated Use {@link #SDK_INT} to easily get this as an integer.
190 public static final int SDK_INT = SystemProperties.getInt( field in class:Build.VERSION
198 * officially published {@link #SDK_INT API level} is only guaranteed to be present
235 public static final int RESOURCES_SDK_INT = SDK_INT + ACTIVE_CODENAMES.length;
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java54 * Instead of directly accessing Build.VERSION.SDK_INT, generated code uses this value so that
57 static int SDK_INT = VERSION.SDK_INT; field in class:ViewDataBinding
77 private static final boolean USE_CHOREOGRAPHER = SDK_INT >= 16;
133 if (VERSION.SDK_INT < VERSION_CODES.KITKAT) {
162 if (VERSION.SDK_INT >= VERSION_CODES.KITKAT) {
277 return SDK_INT;
574 if (VERSION.SDK_INT >= VERSION_CODES.M) {
583 if (VERSION.SDK_INT >= VERSION_CODES.M) {
592 if (VERSION.SDK_INT >
[all...]

Completed in 8739 milliseconds