Searched refs:isProtectedVm (Results 1 – 4 of 4) sorted by relevance
562 .setProtectedVm(isProtectedVm()); in vmConfigGetAndSetTests()572 assertThat(minimal.isProtectedVm()).isEqualTo(isProtectedVm()); in vmConfigGetAndSetTests()608 assertThat(maximal.isProtectedVm()).isEqualTo(isProtectedVm()); in vmConfigGetAndSetTests()710 assertConfigCompatible(baseline, newBaselineBuilder().setProtectedVm(!isProtectedVm())) in compatibleConfigTests()733 .setProtectedVm(isProtectedVm()) in compatibleConfigTests()748 .setProtectedVm(isProtectedVm()) in compatibleConfigTests()1990 .setProtectedVm(isProtectedVm()) in testStartVmWithPayloadOfAnotherApp()2105 .setProtectedVm(isProtectedVm()) in testShareVmWithAnotherApp()2151 .setProtectedVm(isProtectedVm()) in testShareVmWithAnotherApp_encryptedStorage()
67 method public boolean isProtectedVm();
149 protected final boolean isProtectedVm() { in isProtectedVm() method in MicrodroidDeviceTestBase
513 public boolean isProtectedVm() { in isProtectedVm() method in VirtualMachineConfig