Home
last modified time | relevance | path

Searched refs:resetTestDevice (Results 1 – 3 of 3) sorted by relevance

/cts/tools/host/test/com/android/cts/
DDeviceManagerTests.java168 dm.resetTestDevice(d1); in testResetTestDevices()
169 dm.resetTestDevice(d2); in testResetTestDevices()
170 dm.resetTestDevice(d3); in testResetTestDevices()
/cts/tools/host/src/com/android/cts/
DDeviceManager.java273 public void resetTestDevice(final TestDevice device) { in resetTestDevice() method in DeviceManager
DTestHost.java500 sDeviceManager.resetTestDevice(ts.getDevice()); in runTest()