Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DDebugPolicyHostTests.java98 launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_NONE); in testAdbInDebugPolicy_withDebugLevelNone_bootWithAdbConnection()
122 MICRODROID_DEBUG_NONE, BOOT_FAILURE_WAIT_TIME_MS)); in testNoAdbInDebugPolicy_withDebugLevelNone_noConnection()
135 ITestDevice device = launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_NONE); in testRamdumpInDebugPolicy_withDebugLevelNone_hasRamdumpArgs()
146 ITestDevice device = launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_NONE); in testNoRamdumpInDebugPolicy_withDebugLevelNone_noRamdumpArgs()
DCustomPvmfwHostTestCaseBase.java47 @NonNull public static final String MICRODROID_DEBUG_NONE = "none"; field in CustomPvmfwHostTestCaseBase