Home
last modified time | relevance | path

Searched defs:debugLevel (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DDebugPolicyHostTests.java218 public ITestDevice launchProtectedVmAndWaitForBootCompleted(String debugLevel) in launchProtectedVmAndWaitForBootCompleted()
224 String debugLevel, long adbTimeoutMs) throws DeviceNotAvailableException { in launchProtectedVmAndWaitForBootCompleted()
DCustomPvmfwHostTestCaseBase.java174 String debugLevel, long adbTimeoutMs, @NonNull Map<String, File> bootFiles) in launchProtectedVmAndWaitForBootCompleted() argument
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java242 @DebugLevel int debugLevel, in VirtualMachineConfig()
342 @DebugLevel int debugLevel = b.getInt(KEY_DEBUGLEVEL); in fromPersistableBundle() local
1077 public Builder setDebugLevel(@DebugLevel int debugLevel) { in setDebugLevel()