Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java1673 assertFileContentsAreEqualInTwoVms("config.xml", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm()
1674 assertFileContentsAreEqualInTwoVms("instance.img", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm()
1676 assertFileContentsAreEqualInTwoVms("storage.img", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm()
1753 assertFileContentsAreEqualInTwoVms("storage.img", "test_vm", "diff_test_vm"); in encryptedStorageIsInaccessibleToDifferentVm()
2408 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_noTrustedStorage()
2410 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_noTrustedStorage()
2452 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage()
2454 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage()
2456 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage()
3197 private void assertFileContentsAreEqualInTwoVms(String fileName, String vmName1, String vmName2) in assertFileContentsAreEqualInTwoVms() method in MicrodroidTests