Searched refs:NativeDevice (Results 1 – 6 of 6) sorted by relevance
/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 | 74 testDevice = new NativeDevice(idevice, in createDevice()
|
D | TestDevice.java | 57 public class TestDevice extends NativeDevice {
|
D | NativeDevice.java | 96 public class NativeDevice implements IManagedTestDevice { class 288 public NativeDevice(IDevice device, IDeviceStateMonitor stateMonitor, in NativeDevice() method in NativeDevice
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 87 private class TestableAndroidNativeDevice extends NativeDevice { 1499 NativeDevice testDevice = new NativeDevice(mMockIDevice, in testDoReboot() 1519 NativeDevice testDevice = new NativeDevice(mMockIDevice, in testDoReboot_skipped() 1783 return NativeDevice.MAX_HOST_DEVICE_TIME_OFFSET + 1; in testSetDate() 1813 return NativeDevice.MAX_HOST_DEVICE_TIME_OFFSET + 1; in testSetDate_lowApi() 1837 return NativeDevice.MAX_HOST_DEVICE_TIME_OFFSET - 1; in testSetDate_NoAction()
|
D | TestDeviceTest.java | 2361 assertEquals(NativeDevice.INVALID_USER_ID, res); in testGetCurrentUser_null() 2423 assertEquals(NativeDevice.INVALID_USER_ID, flags); in testGetUserFlag_emptyReturn() 2480 assertEquals(NativeDevice.INVALID_USER_ID, serial); in testGetUserSerialNumber_badData() 2499 assertEquals(NativeDevice.INVALID_USER_ID, serial); in testGetUserSerialNumber_emptySerial()
|