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

12

/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/base/libs/ui/tests/
H A DAndroid.mk0 # Build the unit tests.
7 # Build the unit tests.
48 # Build the manual test programs.
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A DAndroid.mk3 # Build for Linux (desktop) host
/frameworks/base/libs/utils/tests/
H A DAndroid.mk0 # Build the unit tests.
7 # Build the unit tests.
/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/base/core/java/android/util/
H A DCharsetUtils.java19 import android.os.Build;
172 return Build.BRAND;
/frameworks/base/opengl/libs/
H A DAndroid.mk4 # Build META EGL library
66 # Build the wrapper OpenGL ES 1.x library
102 # Build the wrapper OpenGL ES 2.x library
137 # Build the ETC1 host static library
152 # Build the ETC1 device library
/frameworks/base/services/java/com/android/server/
H A DPackageManagerBackupAgent.java27 import android.os.Build;
133 || !mStoredIncrementalVersion.equals(Build.VERSION.INCREMENTAL)) {
135 + Build.VERSION.INCREMENTAL + " - rewriting");
151 outputBufferStream.writeInt(Build.VERSION.SDK_INT);
152 outputBufferStream.writeUTF(Build.VERSION.INCREMENTAL);
275 if (storedSystemVersion > Build.VERSION.SDK_INT) {
285 + " is compatible with OS version " + Build.VERSION.SDK_INT
287 + Build.VERSION.INCREMENTAL + ")");
412 out.writeInt(Build.VERSION.SDK_INT);
413 out.writeUTF(Build
[all...]
H A DBootReceiver.java25 import android.os.Build;
101 .append("Build: ").append(Build.FINGERPRINT).append("\n")
102 .append("Hardware: ").append(Build.BOARD).append("\n")
103 .append("Bootloader: ").append(Build.BOOTLOADER).append("\n")
104 .append("Radio: ").append(Build.RADIO).append("\n")
/frameworks/base/media/libdrm/mobile1/
H A DAndroid.mk6 # Build DRM1 core library
56 # Build DRM1 Java Native Interface(JNI) library
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java21 import android.os.Build;
149 * "Dalvik/1.1.0 (Linux; U; Android Eclair Build/MASTER)".
157 String version = Build.VERSION.RELEASE; // "1.0" or "3.4b5"
161 if ("REL".equals(Build.VERSION.CODENAME)) {
162 String model = Build.MODEL;
168 String id = Build.ID; // "MASTER" or "M4-rc20"
170 result.append(" Build/");
/frameworks/base/core/java/android/app/
H A DService.java25 import android.os.Build;
665 < Build.VERSION_CODES.ECLAIR;
H A DNativeActivity.java12 import android.os.Build;
196 Build.VERSION.SDK_INT, getAssets(), nativeSavedState);
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk19 # Build the test APKs using their own makefiles
/frameworks/base/core/java/android/os/
H A DBuild.java22 public class Build { class
93 * values are defined in {@link Build.VERSION_CODES}.
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk30 # Build the test APKs using their own makefiles
/frameworks/base/core/tests/utillib/
H A DAndroid.mk25 # Build the test APKs using their own makefiles
/frameworks/base/opengl/libagl/
H A DAndroid.mk4 # Build the software OpenGL ES library
/frameworks/base/tests/BrowserTestPlugin/
H A DAndroid.mk18 # Build application
/frameworks/base/tools/layoutlib/bridge/tests/
H A DAndroid.mk29 # Build all sub-directories
/frameworks/base/libs/rs/
H A DAndroid.mk5 # Build rsg-generator ====================
28 # Build render script lib ====================
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java4 import android.os.Build;
196 * This function will first try the main CPU ABI defined by Build.CPU_ABI
202 String cpuAbi = Build.CPU_ABI;
/frameworks/ex/common/
H A DAndroid.mk31 # Build the test package
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java22 import android.os.Build;
378 final String version = Build.VERSION.RELEASE;
399 if ("REL".equals(Build.VERSION.CODENAME)) {
400 final String model = Build.MODEL;
406 final String id = Build.ID;
408 buffer.append(" Build/");
/frameworks/base/core/java/android/widget/
H A DTabHost.java25 import android.os.Build;
518 if (context.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.DONUT) {
555 if (context.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.DONUT) {

Completed in 495 milliseconds

12