Searched refs:toDescriptor (Results 1 – 4 of 4) sorted by relevance
373 VirtualMachineDescriptor descriptor = vm.toDescriptor(); in autoCloseVmDescriptor()402 VirtualMachineDescriptor descriptor = vm.toDescriptor(); in vmDescriptorClosedOnImport()444 assertThrowsVmExceptionContaining(() -> vm.toDescriptor(), "not in stopped state"); in vmLifecycleChecks()459 assertThrowsVmExceptionContaining(() -> vm.toDescriptor(), "deleted"); in vmLifecycleChecks()1578 vmm.importFromDescriptor(vmNameImport, vmOrig.toDescriptor()); in importedVmAndOriginalVmHaveTheSameCdi()1629 VirtualMachine vmImport = vmm.importFromDescriptor(vmNameImport, vmOrig.toDescriptor()); in importedVmIsEqualToTheOriginalVm()2023 VirtualMachineDescriptor vmDescriptor = toParcelFromParcel(originalVm.toDescriptor()); in testVmDescriptorParcelUnparcel_noTrustedStorage()2066 VirtualMachineDescriptor vmDescriptor = toParcelFromParcel(originalVm.toDescriptor()); in testVmDescriptorParcelUnparcel_withTrustedStorage()2114 VirtualMachineDescriptor vmDesc = vm.toDescriptor(); in testShareVmWithAnotherApp()2166 VirtualMachineDescriptor vmDesc = vm.toDescriptor(); in testShareVmWithAnotherApp_encryptedStorage()
18 …rThread public android.system.virtualmachine.VirtualMachineDescriptor toDescriptor() throws androi…
354 `toDescriptor()` on the
1675 public VirtualMachineDescriptor toDescriptor() throws VirtualMachineException { in toDescriptor() method in VirtualMachine