Home
last modified time | relevance | path

Searched defs:getEncryptedStoragePath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/tests/aidl/com/android/microdroid/testservice/
DITestService.aidl48 String getEncryptedStoragePath(); in getEncryptedStoragePath() method
/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.rs82 fn getEncryptedStoragePath(&self) -> BinderResult<String> { in getEncryptedStoragePath() method
Dtestbinary.cpp219 ScopedAStatus getEncryptedStoragePath(std::string* out) override { in start_test_service() function in __anon050cbbef0111::start_test_service::TestService
/aosp_15_r20/packages/modules/Virtualization/tests/vmshareapp/src/java/com/android/microdroid/test/sharevm/
DVmShareServiceImpl.java221 public String getEncryptedStoragePath() throws RemoteException { in getEncryptedStoragePath() method in VmShareServiceImpl.RemoteTestServiceDelegate