Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/
DMicrodroidBenchmarks.java168 if (tryBootVm(TAG, "test_vm_minimum_memory").payloadStarted) return true; in canBootMicrodroidWithMemory()
245 BootResult result = tryBootVm(TAG, name); in runBootTimeTest()
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java1182 assertThat(tryBootVm(TAG, "test_vm_rerun").payloadStarted).isTrue(); in changeDebugLevel()
1191 assertThat(tryBootVm(TAG, "test_vm_changed_debug_level").payloadStarted).isFalse(); in changeDebugLevel()
1400 BootResult result = tryBootVm(TAG, "test_vm_integrity"); in assertThatBootFailsAfterCompromisingPartition()
1489 return tryBootVm(TAG, vmName); in tryBootVmWithConfig()
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java472 public BootResult tryBootVm(String logTag, String vmName) in tryBootVm() method