Home
last modified time | relevance | path

Searched refs:getFileWithSuffix (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DFileUtils.java112 static File getFileWithSuffix(Context context, String timestamp, String suffix) { in getFileWithSuffix() method in FileUtils
DBugReportService.java370 File result = FileUtils.getFileWithSuffix(this, mMetaBugReport.getTimestamp(), in grabBtSnoopLog()
DBugReportActivity.java385 FileUtils.getFileWithSuffix(this, bug.getTimestamp(), "-message.3gp")); in createNewBugReportWithAudioMessage()