Searched refs:tryBootVm (Results 1 – 3 of 3) sorted by relevance
168 if (tryBootVm(TAG, "test_vm_minimum_memory").payloadStarted) return true; in canBootMicrodroidWithMemory()245 BootResult result = tryBootVm(TAG, name); in runBootTimeTest()
1182 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()
472 public BootResult tryBootVm(String logTag, String vmName) in tryBootVm() method