Home
last modified time | relevance | path

Searched refs:mEncryptedStoragePath (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java208 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in createAndConnectToVmHelper()
216 assertThat(testResults.mEncryptedStoragePath).isEqualTo(""); in createAndConnectToVmHelper()
1630 assertThat(testResults.mEncryptedStoragePath).isEqualTo(""); in importedVmIsEqualToTheOriginalVm_WithoutStorage()
1637 assertThat(testResults.mEncryptedStoragePath).isEqualTo("/mnt/encryptedstore"); in importedVmIsEqualToTheOriginalVm_WithStorage()
1660 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in importedVmIsEqualToTheOriginalVm()
1686 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in importedVmIsEqualToTheOriginalVm()
1711 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in encryptedStorageAvailable()
1713 assertThat(testResults.mEncryptedStoragePath).isEqualTo("/mnt/encryptedstore"); in encryptedStorageAvailable()
2705 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in createAndRunRustVm()
2711 assertThat(testResults.mEncryptedStoragePath).isEqualTo(""); in createAndRunRustVm()
[all …]
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java643 public String mEncryptedStoragePath; field in MicrodroidDeviceTestBase.TestResults