Home
last modified time | relevance | path

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

/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
DBootImageProfileTest.java30 private ITestDevice mTestDevice; field in BootImageProfileTest
39 mTestDevice = testDevice; in setDevice()
44 return mTestDevice; in getDevice()
49 return mTestDevice.getProperty("persist.device_config.runtime_native_boot." in getProperty()
52 return mTestDevice.executeShellCommand("getprop dalvik.vm." + property).trim(); in getProperty()
58 return mTestDevice.executeShellCommand( in setProperty()
61 return mTestDevice.executeShellCommand( in setProperty()
79 String pid = mTestDevice.executeShellCommand("pidof " + pkg).trim(); in forceSaveProfile()
84 String res = mTestDevice.executeShellCommand("kill -s SIGUSR1 " + pid).trim(); in forceSaveProfile()
116 res = mTestDevice.executeShellCommand("stop"); in testSystemServerProfile()
[all …]
/frameworks/base/tools/preload-check/src/com/android/preload/check/
DPreloadCheck.java33 private ITestDevice mTestDevice; field in PreloadCheck
39 mTestDevice = testDevice; in setDevice()
44 return mTestDevice; in getDevice()
117 String res = mTestDevice.executeShellCommand(sb.toString()); in run()
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DMemoryTest.java38 private ITestDevice mTestDevice; field in MemoryTest
45 mTestDevice = testDevice; in setDevice()
53 return mTestDevice; in getDevice()
/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/
DNativeProcessesMemoryTest.java86 private ITestDevice mTestDevice; field in NativeProcessesMemoryTest
132 mTestDevice = device; in setDevice()
137 return mTestDevice; in getDevice()