Home
last modified time | relevance | path

Searched refs:mProtectedVm (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/
DMicrodroidHostTests.java128 public boolean mProtectedVm; field in MicrodroidHostTests
464 .protectedVm(mProtectedVm)
641 mProtectedVm,
655 mProtectedVm,
670 mProtectedVm,
730 assertThat(isTombstoneGeneratedWithCrashPayload(mProtectedVm, /* debuggable= */ true))
738 assertThat(isTombstoneGeneratedWithCrashPayload(mProtectedVm, /* debuggable= */ false))
752 assertThat(isTombstoneGeneratedWithCrashConfig(mProtectedVm, /* debuggable= */ true))
760 assertThat(isTombstoneGeneratedWithCrashConfig(mProtectedVm, /* debuggable= */ false))
786 .protectedVm(mProtectedVm)
[all …]
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java171 private final boolean mProtectedVm; field in VirtualMachineConfig
267 mProtectedVm = protectedVm; in VirtualMachineConfig()
410 b.putBoolean(KEY_PROTECTED_VM, mProtectedVm); in serializeOutputStream()
514 return mProtectedVm; in isProtectedVm()
635 && this.mProtectedVm == other.mProtectedVm in isCompatibleWith()
718 config.protectedVm = this.mProtectedVm; in toVsRawConfig()
765 vsConfig.protectedVm = mProtectedVm; in toVsConfig()
864 private boolean mProtectedVm; field in VirtualMachineConfig.Builder
953 if (mNetworkSupported && mProtectedVm) { in build()
965 mProtectedVm, in build()
[all …]
/packages/modules/Virtualization/tests/testapk_no_perm/src/java/com/android/microdroid/test/
DMicrodroidTestAppNoPerm.java44 @Parameterized.Parameter public boolean mProtectedVm; field in MicrodroidTestAppNoPerm
48 prepareTestSetup(mProtectedVm, null); in setup()
/packages/modules/Virtualization/tests/testapk_no_internet_perm/src/java/com/android/microdroid/test/
DMicrodroidTestAppNoInternetPerm.java47 @Parameterized.Parameter public boolean mProtectedVm; field in MicrodroidTestAppNoInternetPerm
51 prepareTestSetup(mProtectedVm, null); in setup()
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java124 private boolean mProtectedVm; field in MicrodroidDeviceTestBase
137 .setProtectedVm(mProtectedVm) in newVmConfigBuilderWithPayloadConfig()
144 .setProtectedVm(mProtectedVm) in newVmConfigBuilderWithPayloadBinary()
150 return mProtectedVm; in isProtectedVm()
186 mProtectedVm = protectedVm; in prepareTestSetup()
690 assumeTrue("Skip on non-protected VM", mProtectedVm); in assumeProtectedVM()
694 assumeFalse("Skip on protected VM", mProtectedVm); in assumeNonProtectedVM()
/packages/modules/Virtualization/authfs/tests/benchmarks/src/java/com/android/fs/benchmarks/
DAuthFsBenchmarks.java66 public boolean mProtectedVm; field in AuthFsBenchmarks
81 assumeTrue(AuthFsTestRule.getDevice().supportsMicrodroid(mProtectedVm)); in setUp()
87 AuthFsTestRule.startMicrodroid(mProtectedVm); in setUp()
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java145 public boolean mProtectedVm; field in MicrodroidTests
152 prepareTestSetup(mProtectedVm, mGki); in setup()
233 .setProtectedVm(mProtectedVm) in vmAttestationWhenRemoteAttestationIsNotSupported()
278 .setProtectedVm(mProtectedVm) in vmAttestationWhenRemoteAttestationIsSupported()
583 .setProtectedVm(mProtectedVm) in vmConfigGetAndSetTests()
594 if (!mProtectedVm) { in vmConfigGetAndSetTests()
613 if (!mProtectedVm) { in vmConfigGetAndSetTests()
626 new VirtualMachineConfig.Builder(getContext()).setProtectedVm(mProtectedVm); in vmConfigBuilderValidationTests()
671 if (mProtectedVm) { in vmConfigBuilderValidationTests()
674 .setProtectedVm(mProtectedVm) in vmConfigBuilderValidationTests()
[all …]
/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/
DMicrodroidBenchmarks.java108 public boolean mProtectedVm; field in MicrodroidBenchmarks
144 prepareTestSetup(mProtectedVm, mGki); in setup()
316 .that(mProtectedVm) in testMicrodroidDebugBootTime_withCustomVendorPartition()
354 int port = (mProtectedVm ? 5666 : 6666) + i; in testVsockTransferFromHostToVM()