Searched refs:MICRODROID_DEBUG_NONE (Results 1 – 2 of 2) sorted by relevance
98 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()
47 @NonNull public static final String MICRODROID_DEBUG_NONE = "none"; field in CustomPvmfwHostTestCaseBase