Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DBugStorageUtilsTest.java78 MetaBugReport bug = createBugReport(TIMESTAMP_TODAY, in test_createBugReport_createsAndReturnsMetaBugReport() local
86 MetaBugReport bug = createBugReport(TIMESTAMP_TODAY, in test_expireBugReport_marksBugReportDeletedAndDeletesZip() local
90 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip() argument
93 try (InputStream in = BugStorageUtils.openAudioFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip() argument
118 MetaBugReport bug = createBugReport(TIMESTAMP_TODAY, in test_completeDeleteBugReport_removesBugReportRecordFromDb() local
122 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb() argument
125 try (InputStream in = BugStorageUtils.openAudioFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb() argument
219 private MetaBugReport createBugReportFile(MetaBugReport bug) throws IOException { in createBugReportFile()
222 try (OutputStream out = BugStorageUtils.openBugReportFileToWrite(mContext, bug)) { in createBugReportFile() argument
228 private MetaBugReport createAudioFile(MetaBugReport bug) throws IOException { in createAudioFile()
[all …]
DTtlPointsDecrementalTest.java101 private MetaBugReport find(MetaBugReport bug) { in find()
/packages/services/Car/tests/BugReportApp/src/com/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.java151 static Intent buildAddAudioIntent(Context context, MetaBugReport bug) { in buildAddAudioIntent()
369 MetaBugReport bug = BugStorageUtils.findBugReport(this, bugreportId).orElseThrow( in addAudioToExistingBugReport() local
387 MetaBugReport bug = createBugReport(this, MetaBugReport.TYPE_AUDIO_FIRST); in createNewBugReportWithAudioMessage() local
396 boolean isNewBugReport, MetaBugReport bug, File audioFile) { in startAudioMessageRecording()
484 private void startBugReportCollection(MetaBugReport bug) { in startBugReportCollection()
694 Context context, Config config, MetaBugReport bug, File audioFile) { in AddAudioToBugReportAsyncTask()
705 MetaBugReport bug = BugStorageUtils.update(mContext, in doInBackground() local
DBugStorageUtils.java140 static InputStream openFileToRead(Context context, MetaBugReport bug) in openFileToRead()
148 static InputStream openBugReportFileToRead(Context context, MetaBugReport bug) in openBugReportFileToRead()
156 static InputStream openAudioFileToRead(Context context, MetaBugReport bug) in openAudioFileToRead()
DBugReportService.java508 static void showBugReportFinishedNotification(Context context, MetaBugReport bug) { in showBugReportFinishedNotification()
/packages/modules/Gki/
Ddownload_boot_prebuilt.py75 def update_prebuilt(build_id, boot_prebuilt, ver, arch, variant, bug): argument