Home
last modified time | relevance | path

Searched refs:DEVICE (Results 1 – 3 of 3) sorted by relevance

/development/scripts/
Dgdbclient50 local DEVICE=$(adb_get_product_device)
52 if [ -z "$DEVICE" ]; then
69 local OUT_ROOT="${SYS_OUT_ROOT:-${OUT_DIR:-$ROOT/out}}/target/product/$DEVICE"
/development/samples/training/threadsample/src/com/example/android/threadsample/
DConstants.java67 + Locale.getDefault().toString() + "; " + android.os.Build.DEVICE
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java66 VAR_MAP.put("build.device", new StaticVarGetter(Build.DEVICE));