Jiyong Park | 9b8253b | 2021-06-28 18:37:26 +0900 | [diff] [blame] | 1 | // Signature format: 2.0 |
Nikita Ioffe | 147eb6f | 2022-12-01 15:12:57 +0000 | [diff] [blame] | 2 | package android.system.virtualmachine { |
| 3 | |
Nikita Ioffe | 9625489 | 2022-12-01 23:35:24 +0000 | [diff] [blame] | 4 | public class VirtualMachine implements java.lang.AutoCloseable { |
| 5 | method @NonNull public java.io.File getRootDir(); |
| 6 | } |
| 7 | |
Nikita Ioffe | 147eb6f | 2022-12-01 15:12:57 +0000 | [diff] [blame] | 8 | public final class VirtualMachineConfig { |
| 9 | method @Nullable public String getPayloadConfigPath(); |
| 10 | } |
| 11 | |
| 12 | public static final class VirtualMachineConfig.Builder { |
| 13 | method @NonNull @RequiresPermission(android.system.virtualmachine.VirtualMachine.USE_CUSTOM_VIRTUAL_MACHINE_PERMISSION) public android.system.virtualmachine.VirtualMachineConfig.Builder setPayloadConfigPath(@NonNull String); |
| 14 | } |
| 15 | |
| 16 | } |
| 17 | |