Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/aidl/com/android/microdroid/testservice/
DITestService.aidl33 String readProperty(String prop); in readProperty() method
/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.rs94 fn readProperty(&self, _: &str) -> BinderResult<String> { in readProperty() method
Dtestbinary.cpp183 ScopedAStatus readProperty(const std::string& prop, std::string* out) override { in start_test_service() function in __anon9dd5066f0111::start_test_service::TestService
/packages/modules/Virtualization/tests/vmshareapp/src/java/com/android/microdroid/test/sharevm/
DVmShareServiceImpl.java196 public String readProperty(String prop) throws RemoteException { in readProperty() method in VmShareServiceImpl.RemoteTestServiceDelegate
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java205 tr.mAppRunProp = ts.readProperty("debug.microdroid.app.run"); in createAndConnectToVmHelper()
206 tr.mSublibRunProp = ts.readProperty("debug.microdroid.app.sublib.run"); in createAndConnectToVmHelper()
1037 ts.readProperty( in extraApk()
1064 ts.readProperty("debug.microdroid.test.extra_apk_vm_share"); in extraApkInVmConfig()