Home
last modified time | relevance | path

Searched refs:testDevice (Results 1 – 3 of 3) 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()
/frameworks/base/tools/preload-check/src/com/android/preload/check/
DPreloadCheck.java38 public void setDevice(ITestDevice testDevice) { in setDevice() argument
39 mTestDevice = testDevice; in setDevice()
/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
DBootImageProfileTest.java36 public void setDevice(ITestDevice testDevice) { in setDevice() argument
37 mTestDevice = testDevice; in setDevice()