Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java31 private final NativeDevice mTestDevice;
41 FileEntryWrapper(NativeDevice testDevice, FileEntry entry) { in FileEntryWrapper()
DManagedTestDeviceFactory.java74 testDevice = new NativeDevice(idevice, in createDevice()
DTestDevice.java57 public class TestDevice extends NativeDevice {
DNativeDevice.java96 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/
DNativeDeviceTest.java87 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()
DTestDeviceTest.java2361 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()