Home
last modified time | relevance | path

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

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoActivity.java80 DeviceInfoInstrument.addResult( in runIterations()
83 DeviceInfoInstrument.addResult( in runIterations()
86 DeviceInfoInstrument.addResult( in runIterations()
89 DeviceInfoInstrument.addResult( in runIterations()
143 DeviceInfoInstrument.addResult(DeviceInfoConstants.TOUCH_SCREEN, in onCreate()
161 DeviceInfoInstrument.addResult(DeviceInfoConstants.NAVIGATION, in onCreate()
176 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad); in onCreate()
189 DeviceInfoInstrument.addResult(DeviceInfoConstants.LOCALES, in onCreate()
DDeviceInfoInstrument.java48 public class DeviceInfoInstrument extends Instrumentation implements DeviceInfoConstants { class
54 public DeviceInfoInstrument() { in DeviceInfoInstrument() method in DeviceInfoInstrument
/cts/build/
Ddevice_info_package.mk20 DEVICE_INFO_INSTRUMENT := com.android.compatibility.common.deviceinfo.DeviceInfoInstrument
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfoInstrument.java35 public class DeviceInfoInstrument extends Instrumentation { class