Home
last modified time | relevance | path

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

/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
DBootImageProfileTest.java30 private ITestDevice mTestDevice; field in BootImageProfileTest
37 mTestDevice = testDevice; in setDevice()
42 return mTestDevice; in getDevice()
47 return mTestDevice.getProperty("persist.device_config.runtime_native_boot." in getProperty()
50 return mTestDevice.executeShellCommand("getprop dalvik.vm." + property).trim(); in getProperty()
56 return mTestDevice.executeShellCommand( in setProperty()
59 return mTestDevice.executeShellCommand( in setProperty()
75 String pid = mTestDevice.executeShellCommand("pidof " + pkg).trim(); in forceSaveProfile()
80 String res = mTestDevice.executeShellCommand("kill -s SIGUSR1 " + pid).trim(); in forceSaveProfile()
108 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/ml/nn/runtime/test/
DTestFailingDriver.cpp80 mTestDevice = in SetUp()
83 mTestDevice, in SetUp()
91 std::shared_ptr<Device> mTestDevice; member in android::nn::__anon0715659b0111::FailingDriverTest
161 ASSERT_EQ(steps[5]->executionStep()->getDevice(), mTestDevice); in TEST_F()
DTestRemoveDefaultArguments.cpp146 mTestDevice = getDeviceByName(kTestDriverName); in SetUp()
147 ASSERT_NE(mTestDevice, nullptr); in SetUp()
165 auto [result, compilation] = WrapperCompilation::createForDevice(&model, mTestDevice); in test()
190 ANeuralNetworksDevice* mTestDevice; member in android::nn::__anon03b2f53e0111::TestRemoveDefaultArguments
/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()