Searched refs:mTestDevice (Results 1 – 4 of 4) sorted by relevance
30 private ITestDevice mTestDevice; field in BootImageProfileTest39 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 …]
33 private ITestDevice mTestDevice; field in PreloadCheck39 mTestDevice = testDevice; in setDevice()44 return mTestDevice; in getDevice()117 String res = mTestDevice.executeShellCommand(sb.toString()); in run()
38 private ITestDevice mTestDevice; field in MemoryTest45 mTestDevice = testDevice; in setDevice()53 return mTestDevice; in getDevice()
86 private ITestDevice mTestDevice; field in NativeProcessesMemoryTest132 mTestDevice = device; in setDevice()137 return mTestDevice; in getDevice()