Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DDebugPolicyHostTests.java129 launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_FULL); in testNoAdbInDebugPolicy_withDebugLevelFull_bootWithAdbConnection()
159 ITestDevice device = launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_FULL); in testNoRamdumpInDebugPolicy_withDebugLevelFull_hasRamdumpArgs()
DPvmfwImgTest.java108 MICRODROID_DEBUG_FULL, adbTimeoutMs, Collections.emptyMap()); in launchProtectedVmAndWaitForBootCompleted()
DCustomPvmfwHostTestCaseBase.java46 @NonNull public static final String MICRODROID_DEBUG_FULL = "full"; field in CustomPvmfwHostTestCaseBase