Home
last modified time | relevance | path

Searched defs:bug (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/BugReportApp/tests/src/com/google/android/car/bugreport/
DBugStorageUtilsTest.java57 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_createBugReport_createsAndReturnsMetaBugReport() local
65 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_expireBugReport_marksBugReportDeletedAndDeletesZip() local
67 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip() argument
85 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_completeDeleteBugReport_removesBugReportRecordFromDb() local
87 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb() argument
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DFileUtils.java79 static String getZipFileName(MetaBugReport bug) { in getZipFileName()
92 static String getAudioFileName(String timestamp, MetaBugReport bug) { in getAudioFileName()
97 private static String extractLookupCode(MetaBugReport bug) { in extractLookupCode()
DBugReportActivity.java144 static Intent buildAddAudioIntent(Context context, MetaBugReport bug) { in buildAddAudioIntent()
364 MetaBugReport bug = BugStorageUtils.findBugReport(this, bugreportId).orElseThrow( in addAudioToExistingBugReport() local
382 MetaBugReport bug = createBugReport(this, MetaBugReport.TYPE_INTERACTIVE); in createNewBugReportWithAudioMessage() local
391 boolean isNewBugReport, MetaBugReport bug, File audioFile) { in startAudioMessageRecording()
464 private void startBugReportCollection(MetaBugReport bug) { in startBugReportCollection()
678 Context context, Config config, MetaBugReport bug, File audioFile) { in AddAudioToBugReportAsyncTask()
689 MetaBugReport bug = BugStorageUtils.update(mContext, in doInBackground() local
DBugStorageUtils.java124 static InputStream openFileToRead(Context context, MetaBugReport bug) in openFileToRead()
132 static InputStream openBugReportFileToRead(Context context, MetaBugReport bug) in openBugReportFileToRead()
140 static InputStream openAudioFileToRead(Context context, MetaBugReport bug) in openAudioFileToRead()
DBugReportService.java478 static void showBugReportFinishedNotification(Context context, MetaBugReport bug) { in showBugReportFinishedNotification()