Searched refs:initialName (Results 1 – 1 of 1) sorted by relevance
1785 private final String initialName; field in BugreportProgressService.BugreportInfo1878 this.name = this.initialName = name; in BugreportInfo()1957 return "screenshot-" + initialName + "-" + suffix + ".png"; in getScreenshotName()2012 final String newName = oldName.replaceFirst(initialName, name); in renameScreenshots()2061 .append(", initialName: ").append(initialName) in toString()2092 initialName = in.readString(); in BugreportInfo()2117 dest.writeString(initialName); in writeToParcel()