Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/
DDebugPolicyHostTests.java247 private ITestDevice launchProtectedVmAndWaitForBootCompleted(String debugLevel) in launchProtectedVmAndWaitForBootCompleted()
253 String debugLevel, long adbTimeoutMs) throws DeviceNotAvailableException { in launchProtectedVmAndWaitForBootCompleted()
/packages/modules/Virtualization/javalib/src/android/system/virtualmachine/
DVirtualMachineConfig.java172 @DebugLevel int debugLevel, in VirtualMachineConfig()
247 @DebugLevel int debugLevel = b.getInt(KEY_DEBUGLEVEL); in fromPersistableBundle() local
698 public Builder setDebugLevel(@DebugLevel int debugLevel) { in setDebugLevel()