D | ITestDevice.java | 57 public String filesystem; field in ITestDevice.MountPointInfo 68 public MountPointInfo(String filesystem, String mountpoint, String type, in MountPointInfo() argument 70 this.filesystem = filesystem; in MountPointInfo() 76 public MountPointInfo(String filesystem, String mountpoint, String type, String optString) { in MountPointInfo() argument 77 this(filesystem, mountpoint, type, splitMountOptions(optString)); in MountPointInfo() 87 return String.format("%s %s %s %s", this.filesystem, this.mountpoint, this.type, in toString()
|