Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 33) sorted by relevance

12

/packages/services/Car/tests/BugReportApp/tests/src/com/google/android/car/bugreport/
DBugStorageUtilsTest.java58 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_createBugReport_createsAndReturnsMetaBugReport() local
61 assertThat(BugStorageUtils.findBugReport(mContext, bug.getId()).get()).isEqualTo(bug); in test_createBugReport_createsAndReturnsMetaBugReport()
66 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_expireBugReport_marksBugReportDeletedAndDeletesZip() local
68 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip() argument
73 boolean deleteResult = BugStorageUtils.expireBugReport(mContext, bug, now); in test_expireBugReport_marksBugReportDeletedAndDeletesZip()
76 assertThat(BugStorageUtils.findBugReport(mContext, bug.getId()).get()) in test_expireBugReport_marksBugReportDeletedAndDeletesZip()
77 .isEqualTo(bug.toBuilder() in test_expireBugReport_marksBugReportDeletedAndDeletesZip()
81 BugStorageUtils.openBugReportFileToRead(mContext, bug)); in test_expireBugReport_marksBugReportDeletedAndDeletesZip()
86 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_completeDeleteBugReport_removesBugReportRecordFromDb() local
88 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb() argument
[all …]
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DFileUtils.java79 static String getZipFileName(MetaBugReport bug) { in getZipFileName() argument
80 String lookupCode = extractLookupCode(bug); in getZipFileName()
81 return PREFIX + bug.getUserName() + FS + bug.getTimestamp() + "-" + lookupCode + ".zip"; in getZipFileName()
92 static String getAudioFileName(String timestamp, MetaBugReport bug) { in getAudioFileName() argument
93 String lookupCode = extractLookupCode(bug); in getAudioFileName()
94 return PREFIX + bug.getUserName() + FS + timestamp + "-" + lookupCode + "-message.3gp"; in getAudioFileName()
97 private static String extractLookupCode(MetaBugReport bug) { in extractLookupCode() argument
98 Preconditions.checkArgument(bug.getTitle().startsWith("["), in extractLookupCode()
100 return bug.getTitle().substring(1, BugReportActivity.LOOKUP_STRING_LENGTH + 1); in extractLookupCode()
DBugReportActivity.java144 static Intent buildAddAudioIntent(Context context, MetaBugReport bug) { in buildAddAudioIntent() argument
148 addAudioIntent.putExtra(EXTRA_BUGREPORT_ID, bug.getId()); in buildAddAudioIntent()
363 MetaBugReport bug = BugStorageUtils.findBugReport(this, bugreportId).orElseThrow( in addAudioToExistingBugReport() local
365 Log.i(TAG, "Adding audio to the existing bugreport " + bug.getTimestamp()); in addAudioToExistingBugReport()
366 if (bug.getStatus() != Status.STATUS_AUDIO_PENDING.getValue()) { in addAudioToExistingBugReport()
368 + Status.STATUS_AUDIO_PENDING.getValue() + ", got " + bug.getStatus()); in addAudioToExistingBugReport()
377 startAudioMessageRecording(/* isNewBugReport= */ false, bug, audioFile); in addAudioToExistingBugReport()
381 MetaBugReport bug = createBugReport(this, MetaBugReport.TYPE_INTERACTIVE); in createNewBugReportWithAudioMessage() local
384 bug, in createNewBugReportWithAudioMessage()
385 FileUtils.getFileWithSuffix(this, bug.getTimestamp(), "-message.3gp")); in createNewBugReportWithAudioMessage()
[all …]
DBugStorageUtils.java124 static InputStream openFileToRead(Context context, MetaBugReport bug) in openFileToRead() argument
128 bug.getId(), BugStorageProvider.URL_SEGMENT_OPEN_FILE)); in openFileToRead()
132 static InputStream openBugReportFileToRead(Context context, MetaBugReport bug) in openBugReportFileToRead() argument
136 bug.getId(), BugStorageProvider.URL_SEGMENT_OPEN_BUGREPORT_FILE)); in openBugReportFileToRead()
140 static InputStream openAudioFileToRead(Context context, MetaBugReport bug) in openAudioFileToRead() argument
144 bug.getId(), BugStorageProvider.URL_SEGMENT_OPEN_AUDIO_FILE)); in openAudioFileToRead()
DBugReportService.java490 static void showBugReportFinishedNotification(Context context, MetaBugReport bug) { in showBugReportFinishedNotification() argument
497 .setContentText(bug.getTitle()) in showBugReportFinishedNotification()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DFailureInvestigator.java37 int bug; field in FailureInvestigator.LogcatMatch
39 LogcatMatch(String logcatPattern, int bug) { in LogcatMatch() argument
41 this.bug = bug; in LogcatMatch()
118 return logcatMatch.bug; in getBugForFailure()
DFailureRewriterRule.java36 final int bug = FailureInvestigator.getBugForFailure(e.toString()); in apply()
37 if (bug == 0) throw e; in apply()
42 "Detected a failure that matches a known bug b/" + bug); in apply()
/packages/services/Car/tests/BugReportApp/
DREADME.md23 notifications that can be used to track when new bug reports are uploaded.
27 BugReport app uses `CarBugreportServiceManager` to collect bug reports and
28 screenshots. `CarBugreportServiceManager` allows only one bug report app to
59 - generates `MetaBugReport.Type.INTERACTIVE` bug report, shows audio message dialog before
62 - generates `MetaBugReport.Type.SILENT` bug report, without audio message. It shows audio dialog
86 6. Please manually verify bug report contents.
/packages/apps/TV/common/src/com/android/tv/common/support/tvprovider/
DREADME.md6 All classes here must have an associated bug to move to androidx
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md38 * A bug in trimming long number sequence (4824f12efbf01af72b8cb6fc96fae7b097b73015).
/packages/modules/DnsResolver/
DREADME-DoT.md42 annotations) to minimize the likelihood of a latent threading bug. The unit tests are
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile458 # disable (NO) the bug list. This list is created by putting \bug
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile458 # disable (NO) the bug list. This list is created by putting \bug
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in613 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
614 # list. This list is created by putting \bug commands in the documentation.
/packages/apps/TV/libs/m2/
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/packages/inputmethods/LatinIME/dictionaries/
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses11769 2. You may apply bug fixes, portability fixes and other modifications

12