Searched refs:kernelPath (Results 1 – 1 of 1) sorted by relevance
52 @Nullable private final String kernelPath; field in VirtualMachineCustomImageConfig87 return kernelPath; in getKernelPath()136 String kernelPath, in VirtualMachineCustomImageConfig() argument154 this.kernelPath = kernelPath; in VirtualMachineCustomImageConfig()232 pb.putString(KEY_KERNEL, this.kernelPath); in toPersistableBundle()474 private String kernelPath; field in VirtualMachineCustomImageConfig.Builder502 public Builder setKernelPath(String kernelPath) { in setKernelPath() argument503 this.kernelPath = kernelPath; in setKernelPath()607 this.kernelPath, in build()