Home
last modified time | relevance | path

Searched refs:setDebugLevel (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java191 .setDebugLevel(DEBUG_LEVEL_FULL) in createAndConnectToVmHelper()
266 .setDebugLevel(DEBUG_LEVEL_FULL) in vmAttestationWhenRemoteAttestationIsNotSupported()
311 .setDebugLevel(DEBUG_LEVEL_FULL) in vmAttestationWhenRemoteAttestationIsSupported()
357 .setDebugLevel(DEBUG_LEVEL_NONE) in createAndRunNoDebugVm()
376 .setDebugLevel(DEBUG_LEVEL_FULL) in autoCloseVm()
403 .setDebugLevel(DEBUG_LEVEL_FULL) in autoCloseVmDescriptor()
432 .setDebugLevel(DEBUG_LEVEL_FULL) in vmDescriptorClosedOnImport()
458 .setDebugLevel(DEBUG_LEVEL_FULL) in vmLifecycleChecks()
506 .setDebugLevel(DEBUG_LEVEL_FULL) in connectVsock()
544 .setDebugLevel(DEBUG_LEVEL_FULL) in binderCallbacksWork()
[all …]
/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/
DMicrodroidBenchmarks.java168 .setDebugLevel(DEBUG_LEVEL_NONE) in canBootMicrodroidWithMemory()
249 .setDebugLevel(DEBUG_LEVEL_NONE); in runBootTimeTest()
251 builder = builder.setDebugLevel(DEBUG_LEVEL_FULL).setVmOutputCaptured(true); in runBootTimeTest()
357 .setDebugLevel(DEBUG_LEVEL_NONE) in testVsockTransferFromHostToVM()
385 .setDebugLevel(DEBUG_LEVEL_NONE) in testVirtioBlkReadRate()
537 .setDebugLevel(DEBUG_LEVEL_NONE) in testMemoryUsage()
624 .setDebugLevel(DEBUG_LEVEL_NONE) in testMemoryReclaim()
748 .setDebugLevel(DEBUG_LEVEL_NONE) in testRpcBinderLatency()
798 .setDebugLevel(DEBUG_LEVEL_NONE) in testVsockLatency()
858 .setDebugLevel(DEBUG_LEVEL_NONE) in testVmKillTime()
[all …]
/packages/modules/Virtualization/tests/vm_attestation/src/java/com/android/virt/vm_attestation/testapp/
DVmAttestationTests.java75 .setDebugLevel(DEBUG_LEVEL_FULL) in requestingAttestationSucceeds()
/packages/modules/Virtualization/tests/vm_attestation/src/java/com/android/virt/rkpd/vm_attestation/testapp/
DRkpdVmAttestationTest.java108 .setDebugLevel(DEBUG_LEVEL_FULL) in usingProvisionedKeyForVmAttestationSucceeds()
/packages/modules/Virtualization/android/MicrodroidDemoApp/java/com/android/microdroid/demo/
DMainActivity.java249 builder.setDebugLevel(VirtualMachineConfig.DEBUG_LEVEL_FULL); in run()
/packages/modules/AppSearch/apk/src/com/android/server/appsearch/isolated_storage_service/
DIsolatedStorageService.java178 .setDebugLevel(vmDebugLevel) in createVm()
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DConfigJson.kt88 .setDebugLevel(getDebugLevel()) in <lambda>()
/packages/modules/Virtualization/docs/debug/
DREADME.md29 VirtualMachineConfig.Builder.setDebugLevel(DEBUG_LEVEL_FULL);
/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/
DVirtualMachineConfig.java348 builder.setDebugLevel(debugLevel); in fromPersistableBundle()
1187 public Builder setDebugLevel(@DebugLevel int debugLevel) { in setDebugLevel() method in VirtualMachineConfig.Builder
/packages/modules/Virtualization/libs/framework-virtualization/api/
Dsystem-current.txt86 …method @NonNull public android.system.virtualmachine.VirtualMachineConfig.Builder setDebugLevel(in…