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

/frameworks/base/core/java/android/os/
H A DBuild.java172 * representation; use {@link #SDK_INT} instead.
174 * @deprecated Use {@link #SDK_INT} to easily get this as an integer.
183 public static final int SDK_INT = SystemProperties.getInt( field in class:Build.VERSION
191 * officially published {@link #SDK_INT API level} is only guaranteed to be present
228 public static final int RESOURCES_SDK_INT = SDK_INT + ACTIVE_CODENAMES.length;
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DViewDataBinding.java46 * Instead of directly accessing Build.VERSION.SDK_INT, generated code uses this value so that
49 static int SDK_INT = VERSION.SDK_INT; field in class:ViewDataBinding
69 private static final boolean USE_CHOREOGRAPHER = SDK_INT >= 16;
125 if (VERSION.SDK_INT < VERSION_CODES.KITKAT) {
154 if (VERSION.SDK_INT >= VERSION_CODES.KITKAT) {
269 return SDK_INT;

Completed in 6460 milliseconds