Home
last modified time | relevance | path

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

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