Home
last modified time | relevance | path

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

/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DMemoryTest.java44 public void setDevice(ITestDevice testDevice) { in setDevice() argument
45 mTestDevice = testDevice; in setDevice()
46 Device device = new Device(testDevice); in setDevice()