Searched refs:assertFileContentsAreEqualInTwoVms (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/ |
D | MicrodroidTests.java | 1632 assertFileContentsAreEqualInTwoVms("config.xml", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm() 1633 assertFileContentsAreEqualInTwoVms("instance.img", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm() 1635 assertFileContentsAreEqualInTwoVms("storage.img", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm() 1711 assertFileContentsAreEqualInTwoVms("storage.img", "test_vm", "diff_test_vm"); in encryptedStorageIsInaccessibleToDifferentVm() 2033 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_noTrustedStorage() 2035 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_noTrustedStorage() 2076 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage() 2078 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage() 2080 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage() 2525 private void assertFileContentsAreEqualInTwoVms(String fileName, String vmName1, String vmName2) in assertFileContentsAreEqualInTwoVms() method in MicrodroidTests
|