Searched refs:initialName (Results 1 – 1 of 1) sorted by relevance
2009 private final String initialName; field in BugreportProgressService.BugreportInfo2111 this.name = this.initialName = name; in BugreportInfo()2190 return "screenshot-" + initialName + "-" + suffix + ".png"; in getScreenshotName()2255 final String newName = oldName.replaceFirst(initialName, name); in renameScreenshots()2304 .append(", initialName: ").append(initialName) in toString()2335 initialName = in.readString(); in BugreportInfo()2364 dest.writeString(initialName); in writeToParcel()