Searched refs:setProtectedVm (Results 1 – 7 of 7) sorted by relevance
233 .setProtectedVm(mProtectedVm) in vmAttestationWhenRemoteAttestationIsNotSupported()278 .setProtectedVm(mProtectedVm) in vmAttestationWhenRemoteAttestationIsSupported()562 .setProtectedVm(isProtectedVm()); in vmConfigGetAndSetTests()583 .setProtectedVm(mProtectedVm) in vmConfigGetAndSetTests()626 new VirtualMachineConfig.Builder(getContext()).setProtectedVm(mProtectedVm); in vmConfigBuilderValidationTests()674 .setProtectedVm(mProtectedVm) in vmConfigBuilderValidationTests()710 assertConfigCompatible(baseline, newBaselineBuilder().setProtectedVm(!isProtectedVm())) in compatibleConfigTests()733 .setProtectedVm(isProtectedVm()) in compatibleConfigTests()748 .setProtectedVm(isProtectedVm()) in compatibleConfigTests()1893 .setProtectedVm(mProtectedVm) in checkVmOutputIsRedirectedToLogcat()[all …]
137 .setProtectedVm(mProtectedVm) in newVmConfigBuilderWithPayloadConfig()144 .setProtectedVm(mProtectedVm) in newVmConfigBuilderWithPayloadBinary()
248 builder.setProtectedVm(protectedVm); in run()
347 builder.setProtectedVm(b.getBoolean(KEY_PROTECTED_VM)); in fromPersistableBundle()1101 public Builder setProtectedVm(boolean protectedVm) { in setProtectedVm() method in VirtualMachineConfig.Builder
84 …@NonNull public android.system.virtualmachine.VirtualMachineConfig.Builder setProtectedVm(boolean);
85 configBuilder.setProtectedVm(false); in createVirtualMachineConfig()
87 .setProtectedVm(true)