Searched refs:isUpdatableVmSupported (Results 1 – 8 of 8) sorted by relevance
101 boolean isUpdatableVmSupported(); in isUpdatableVmSupported() method
459 public boolean isUpdatableVmSupported() throws VirtualMachineException { in isUpdatableVmSupported() method in VirtualMachineManager463 return service.getBinder().isUpdatableVmSupported(); in isUpdatableVmSupported()
93 mSecretKeeperSupported = isUpdatableVmSupported(); in setUp()
32 …VirtualMachine.MANAGE_VIRTUAL_MACHINE_PERMISSION) public boolean isUpdatableVmSupported() throws a…
264 public boolean isUpdatableVmSupported() throws DeviceNotAvailableException { in isUpdatableVmSupported() method in MicrodroidHostTestCaseBase
247 .that(getVirtualMachineManager().isUpdatableVmSupported())
1281 isUpdatableVmSupported());
325 fn isUpdatableVmSupported(&self) -> binder::Result<bool> { in isUpdatableVmSupported() method