Home
last modified time | relevance | path

Searched refs:DEBUG_LEVEL_NONE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/
DMicrodroidBenchmarks.java22 import static android.system.virtualmachine.VirtualMachineConfig.DEBUG_LEVEL_NONE;
159 .setDebugLevel(DEBUG_LEVEL_NONE) in canBootMicrodroidWithMemory()
238 .setDebugLevel(DEBUG_LEVEL_NONE); in runBootTimeTest()
348 .setDebugLevel(DEBUG_LEVEL_NONE) in testVsockTransferFromHostToVM()
375 .setDebugLevel(DEBUG_LEVEL_NONE) in testVirtioBlkReadRate()
526 .setDebugLevel(DEBUG_LEVEL_NONE) in testMemoryUsage()
612 .setDebugLevel(DEBUG_LEVEL_NONE) in testMemoryReclaim()
731 .setDebugLevel(DEBUG_LEVEL_NONE) in testRpcBinderLatency()
780 .setDebugLevel(DEBUG_LEVEL_NONE) in testVsockLatency()
838 .setDebugLevel(DEBUG_LEVEL_NONE) in testVmKillTime()
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java110 DEBUG_LEVEL_NONE,
121 @SystemApi public static final int DEBUG_LEVEL_NONE = 0; field in VirtualMachineConfig
343 if (debugLevel != DEBUG_LEVEL_NONE && debugLevel != DEBUG_LEVEL_FULL) { in fromPersistableBundle()
863 @DebugLevel private int mDebugLevel = DEBUG_LEVEL_NONE;
1078 if (debugLevel != DEBUG_LEVEL_NONE && debugLevel != DEBUG_LEVEL_FULL) { in setDebugLevel()
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java24 import static android.system.virtualmachine.VirtualMachineConfig.DEBUG_LEVEL_NONE;
325 .setDebugLevel(DEBUG_LEVEL_NONE) in createAndRunNoDebugVm()
567 assertThat(minimal.getDebugLevel()).isEqualTo(DEBUG_LEVEL_NONE); in vmConfigGetAndSetTests()
659 .setDebugLevel(VirtualMachineConfig.DEBUG_LEVEL_NONE) in vmConfigBuilderValidationTests()
666 .setDebugLevel(VirtualMachineConfig.DEBUG_LEVEL_NONE) in vmConfigBuilderValidationTests()
1067 .setDebugLevel(DEBUG_LEVEL_NONE) in bootFailsWhenLowMem()
1099 changeDebugLevel(DEBUG_LEVEL_NONE, DEBUG_LEVEL_FULL); in changingNonDebuggableVmDebuggableInvalidatesVmIdentity()
1153 changeDebugLevel(DEBUG_LEVEL_FULL, DEBUG_LEVEL_NONE); in changingDebuggableVmNonDebuggableInvalidatesVmIdentity()
1895 .setDebugLevel(debuggable ? DEBUG_LEVEL_FULL : DEBUG_LEVEL_NONE) in checkVmOutputIsRedirectedToLogcat()
/packages/modules/Virtualization/java/framework/api/
Dsystem-current.txt72 field public static final int DEBUG_LEVEL_NONE = 0; // 0x0