Home
last modified time | relevance | path

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

/test/vts/script/
Dsetup-local.sh18 DEVICE=$1
24 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver32 /data/local…
25 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver64 /data/local…
26 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver32 /data/loc…
27 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver64 /data/loc…
28 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent32 /data/local/…
29 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent64 /data/local/…
32 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_common.so /data/local…
33 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_common.so /data/loc…
34 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_interfacespecificatio…
[all …]
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInfoCollector.java54 private static final String DEVICE = "ro.product.device"; field in DeviceInfoCollector
113 DEVICE, in setUp()
DDynamicConfigPusher.java52 DEVICE, enumConstant
155 if (TestTarget.DEVICE.equals(mTarget)) { in setUp()
/test/vts-testcase/hal/treble/vintf/
Dutils.cpp124 case SchemaType::DEVICE: in PartitionOfType()