Home
last modified time | relevance | path

Searched refs:NativeDevice (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java42 import com.android.tradefed.device.NativeDevice.RebootMode;
103 private class TestableAndroidNativeDevice extends NativeDevice {
1602 NativeDevice testDevice = new NativeDevice(mMockIDevice, in testDoReboot()
1621 NativeDevice testDevice = new NativeDevice(mMockIDevice, in testDoReboot_skipped()
1663 NativeDevice testDevice = in testRebootIntoSideload()
1664 new NativeDevice(mMockIDevice, mMockStateMonitor, mMockDvcMonitor) { in testRebootIntoSideload()
1683 NativeDevice testDevice = in testRebootIntoBootloader()
1733 NativeDevice testDevice = in testRebootIntoFastbootd()
2006 return NativeDevice.MAX_HOST_DEVICE_TIME_OFFSET + 1; in testSetDate()
2037 return NativeDevice.MAX_HOST_DEVICE_TIME_OFFSET + 1; in testSetDate_lowApi()
[all …]
DTestDeviceTest.java3073 assertEquals(NativeDevice.INVALID_USER_ID, res); in testGetCurrentUser_invalid()
3135 assertEquals(NativeDevice.INVALID_USER_ID, flags); in testGetUserFlag_emptyReturn()
3226 assertEquals(NativeDevice.INVALID_USER_ID, serial); in testGetUserSerialNumber_badData()
3245 assertEquals(NativeDevice.INVALID_USER_ID, serial); in testGetUserSerialNumber_emptySerial()
/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java31 private final NativeDevice mTestDevice;
41 FileEntryWrapper(NativeDevice testDevice, FileEntry entry) { in FileEntryWrapper()
DManagedTestDeviceFactory.java121 new NativeDevice( in createDevice()
DNativeDevice.java107 public class NativeDevice implements IManagedTestDevice { class
355 public NativeDevice(IDevice device, IDeviceStateMonitor stateMonitor, in NativeDevice() method in NativeDevice
DTestDevice.java62 public class TestDevice extends NativeDevice {
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java37 import com.android.tradefed.device.NativeDevice;
1047 if (!(device instanceof NativeDevice)) { in logExecuteShellCommand()
1050 File log = ((NativeDevice) device).getExecuteShellCommandLog(); in logExecuteShellCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DCreateUserPreparerTest.java26 import com.android.tradefed.device.NativeDevice;
154 doReturn(NativeDevice.INVALID_USER_ID).when(mMockDevice).getCurrentUser(); in testSetUp_tearDown_noCurrent()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java20 import com.android.tradefed.device.NativeDevice;