Searched refs:Build (Results 1 - 25 of 150) sorted by relevance

123456

/frameworks/ex/chips/src/com/android/ex/chips/
H A DChipsUtil.java19 import android.os.Build;
27 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
/frameworks/base/core/tests/coretests/src/android/os/
H A DBuildTest.java19 import android.os.Build;
26 * Provides test cases for android.os.Build and, in turn, many of the
52 * Asserts that all android.os.Build fields are non-empty and/or in a valid range.
56 assertNotEmpty("ID", Build.ID);
57 assertNotEmpty("DISPLAY", Build.DISPLAY);
58 assertNotEmpty("PRODUCT", Build.PRODUCT);
59 assertNotEmpty("DEVICE", Build.DEVICE);
60 assertNotEmpty("BOARD", Build.BOARD);
61 assertNotEmpty("BRAND", Build.BRAND);
62 assertNotEmpty("MODEL", Build
[all...]
/frameworks/native/libs/ui/tests/
H A DAndroid.mk0 # Build the unit tests.
5 # Build the manual test programs.
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityCompat.java20 import android.os.Build;
61 if (Build.VERSION.SDK_INT >= 11) {
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java19 import android.os.Build;
43 final String cpuAbi = Build.CPU_ABI;
44 final String cpuAbi2 = Build.CPU_ABI2;
60 final String cpuAbi = Build.CPU_ABI;
61 final String cpuAbi2 = Build.CPU_ABI2;
/frameworks/support/v4/java/android/support/v4/content/
H A DContextCompat.java22 import android.os.Build;
89 final int version = Build.VERSION.SDK_INT;
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A DAndroid.mk3 # Build for Linux (desktop) host
23 # Build for device
/frameworks/support/v4/java/android/support/v4/net/
H A DConnectivityManagerCompat.java25 import android.os.Build;
84 if (Build.VERSION.SDK_INT >= 16) {
86 } else if (Build.VERSION.SDK_INT >= 13) {
88 } else if (Build.VERSION.SDK_INT >= 8) {
/frameworks/base/libs/androidfw/tests/
H A DAndroid.mk0 # Build the unit tests.
5 # Build the unit tests.
45 # Build the manual test programs.
/frameworks/base/services/input/tests/
H A DAndroid.mk0 # Build the unit tests.
5 # Build the unit tests.
45 # Build the manual test programs.
/frameworks/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java19 import android.os.Build;
52 if (Build.VERSION.SDK_INT >= 14) {
H A DMenuCompat.java60 if (android.os.Build.VERSION.SDK_INT >= 11) {
71 * If running on a pre-{@link android.os.Build.VERSION_CODES#HONEYCOMB} device,
H A DViewConfigurationCompat.java58 if (android.os.Build.VERSION.SDK_INT >= 11) {
69 * If running on a pre-{@link android.os.Build.VERSION_CODES#FROYO} device,
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DViewGroup.java20 import android.os.Build;
56 if (Build.VERSION.SDK_INT >= 11) {
/frameworks/base/cmds/installd/tests/
H A DAndroid.mk0 # Build the unit tests for installd
5 # Build the unit tests.
/frameworks/wilhelm/tests/
H A DAndroid.mk0 # Build the unit tests.
38 # Build the manual test programs.
/frameworks/wilhelm/tests/automated/
H A DAndroid.mk0 # Build the unit tests.
38 # Build the manual test programs.
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java24 import android.os.Build;
56 if (targetSdk >= Build.VERSION_CODES.JELLY_BEAN) {
83 Build.VERSION_CODES.ICE_CREAM_SANDWICH;
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DBuild_Delegate.java26 * Delegate implementing the native methods of android.os.Build
28 * Through the layoutlib_create tool, the original native methods of Build have been replaced
45 return Build.UNKNOWN;
/frameworks/native/libs/gui/tests/
H A DAndroid.mk0 # Build the unit tests,
33 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
/frameworks/native/libs/utils/tests/
H A DAndroid.mk0 # Build the unit tests.
5 # Build the unit tests.
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk0 # Build the unit tests,
28 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
/frameworks/base/cmds/app_process/
H A DAndroid.mk18 # Build a variant of app_process binary linked with ASan runtime.
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java21 import android.os.Build;
63 public static final boolean DEBUG_LOG_SLOW_QUERIES = Build.IS_DEBUGGABLE;
/frameworks/base/core/java/android/util/
H A DCharsetUtils.java19 import android.os.Build;
196 return Build.BRAND;

Completed in 4919 milliseconds

123456