Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/aidl/com/android/microdroid/testservice/
DITestService.aidl51 long getEncryptedStorageSize(); in getEncryptedStorageSize() method
/packages/modules/Virtualization/tests/vmshareapp/src/java/com/android/microdroid/test/sharevm/
DVmShareServiceImpl.java226 public long getEncryptedStorageSize() throws RemoteException { in getEncryptedStorageSize() method in VmShareServiceImpl.RemoteTestServiceDelegate
/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.rs90 fn getEncryptedStorageSize(&self) -> BinderResult<i64> { in getEncryptedStorageSize() method
Dtestbinary.cpp236 ScopedAStatus getEncryptedStorageSize(int64_t *out) override { in start_test_service() function in __anon9dd5066f0111::start_test_service::TestService