Searched refs:mEncryptedStoragePath (Results 1 – 2 of 2) sorted by relevance
199 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in createAndConnectToVmHelper()206 assertThat(testResults.mEncryptedStoragePath).isEqualTo(""); in createAndConnectToVmHelper()1589 assertThat(testResults.mEncryptedStoragePath).isEqualTo(""); in importedVmIsEqualToTheOriginalVm_WithoutStorage()1596 assertThat(testResults.mEncryptedStoragePath).isEqualTo("/mnt/encryptedstore"); in importedVmIsEqualToTheOriginalVm_WithStorage()1619 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in importedVmIsEqualToTheOriginalVm()1645 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in importedVmIsEqualToTheOriginalVm()1670 tr.mEncryptedStoragePath = ts.getEncryptedStoragePath(); in encryptedStorageAvailable()1672 assertThat(testResults.mEncryptedStoragePath).isEqualTo("/mnt/encryptedstore"); in encryptedStorageAvailable()
550 public String mEncryptedStoragePath; field in TestResults