/packages/services/Car/tests/BugReportApp/tests/src/com/google/android/car/bugreport/ |
D | BugStorageUtilsTest.java | 57 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_createBugReport_createsAndReturnsMetaBugReport() local 60 assertThat(BugStorageUtils.findBugReport(mContext, bug.getId()).get()).isEqualTo(bug); in test_createBugReport_createsAndReturnsMetaBugReport() 65 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_expireBugReport_marksBugReportDeletedAndDeletesZip() local 67 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip() argument 72 boolean deleteResult = BugStorageUtils.expireBugReport(mContext, bug, now); in test_expireBugReport_marksBugReportDeletedAndDeletesZip() 75 assertThat(BugStorageUtils.findBugReport(mContext, bug.getId()).get()) in test_expireBugReport_marksBugReportDeletedAndDeletesZip() 76 .isEqualTo(bug.toBuilder() in test_expireBugReport_marksBugReportDeletedAndDeletesZip() 80 BugStorageUtils.openBugReportFileToRead(mContext, bug)); in test_expireBugReport_marksBugReportDeletedAndDeletesZip() 85 MetaBugReport bug = createBugReportWithStatus(TIMESTAMP_TODAY, in test_completeDeleteBugReport_removesBugReportRecordFromDb() local 87 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb() argument [all …]
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | FileUtils.java | 79 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()
|
D | BugReportActivity.java | 144 static Intent buildAddAudioIntent(Context context, MetaBugReport bug) { in buildAddAudioIntent() argument 148 addAudioIntent.putExtra(EXTRA_BUGREPORT_ID, bug.getId()); in buildAddAudioIntent() 364 MetaBugReport bug = BugStorageUtils.findBugReport(this, bugreportId).orElseThrow( in addAudioToExistingBugReport() local 366 Log.i(TAG, "Adding audio to the existing bugreport " + bug.getTimestamp()); in addAudioToExistingBugReport() 367 if (bug.getStatus() != Status.STATUS_AUDIO_PENDING.getValue()) { in addAudioToExistingBugReport() 369 + Status.STATUS_AUDIO_PENDING.getValue() + ", got " + bug.getStatus()); in addAudioToExistingBugReport() 378 startAudioMessageRecording(/* isNewBugReport= */ false, bug, audioFile); in addAudioToExistingBugReport() 382 MetaBugReport bug = createBugReport(this, MetaBugReport.TYPE_INTERACTIVE); in createNewBugReportWithAudioMessage() local 385 bug, in createNewBugReportWithAudioMessage() 386 FileUtils.getFileWithSuffix(this, bug.getTimestamp(), "-message.3gp")); in createNewBugReportWithAudioMessage() [all …]
|
D | BugStorageUtils.java | 124 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()
|
D | BugReportService.java | 478 static void showBugReportFinishedNotification(Context context, MetaBugReport bug) { in showBugReportFinishedNotification() argument 485 .setContentText(bug.getTitle()) in showBugReportFinishedNotification()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 23 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/ |
D | README.md | 6 All classes here must have an associated bug to move to androidx
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | CHANGELOG.md | 38 * A bug in trimming long number sequence (4824f12efbf01af72b8cb6fc96fae7b097b73015).
|
/packages/apps/Settings/tests/uitests/assets/ |
D | search_results_list | 338 Most recent bug report;bug_reports 517 Take bug report;bugreport
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 42 annotations) to minimize the likelihood of a latent threading bug. The unit tests are
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 458 # disable (NO) the bug list. This list is created by putting \bug
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 458 # disable (NO) the bug list. This list is created by putting \bug
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 613 # 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/inputmethods/LatinIME/dictionaries/ |
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 11769 2. You may apply bug fixes, portability fixes and other modifications
|