Searched refs:NativeDevice (Results 1 – 9 of 9) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 42 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 …]
|
D | TestDeviceTest.java | 3073 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/ |
D | FileEntryWrapper.java | 31 private final NativeDevice mTestDevice; 41 FileEntryWrapper(NativeDevice testDevice, FileEntry entry) { in FileEntryWrapper()
|
D | ManagedTestDeviceFactory.java | 121 new NativeDevice( in createDevice()
|
D | NativeDevice.java | 107 public class NativeDevice implements IManagedTestDevice { class 355 public NativeDevice(IDevice device, IDeviceStateMonitor stateMonitor, in NativeDevice() method in NativeDevice
|
D | TestDevice.java | 62 public class TestDevice extends NativeDevice {
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 37 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/ |
D | CreateUserPreparerTest.java | 26 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/ |
D | MemoryTests.java | 20 import com.android.tradefed.device.NativeDevice;
|