Searched refs:buildUriWithSegment (Results 1 – 3 of 3) sorted by relevance
120 return r.openOutputStream(BugStorageProvider.buildUriWithSegment( in openBugReportFileToWrite()129 return r.openOutputStream(BugStorageProvider.buildUriWithSegment( in openAudioMessageFileToWrite()142 BugStorageProvider.buildUriWithSegment( in openFileToRead()150 BugStorageProvider.buildUriWithSegment( in openBugReportFileToRead()158 BugStorageProvider.buildUriWithSegment( in openAudioFileToRead()173 return r.delete(BugStorageProvider.buildUriWithSegment( in completeDeleteBugReport()180 return r.delete(BugStorageProvider.buildUriWithSegment( in deleteBugReportFiles()191 return r.delete(BugStorageProvider.buildUriWithSegment( in expireBugReport()
261 Uri sourceUri = BugStorageProvider.buildUriWithSegment( in copyFilesToUsb()276 Uri sourceBugReport = BugStorageProvider.buildUriWithSegment( in mergeFilesAndCopyToUsb()278 Uri sourceAudio = BugStorageProvider.buildUriWithSegment( in mergeFilesAndCopyToUsb()
202 static Uri buildUriWithSegment(int bugReportId, @UriActionSegments String segment) { in buildUriWithSegment() method in BugStorageProvider