/packages/apps/PermissionController/src/com/android/packageinstaller/incident/ |
D | PendingList.java | 82 this.report = r; in Rec() 89 public final IncidentManager.PendingReport report; field in PendingList.Rec 146 final IncidentManager.PendingReport report = reports.get(i); in updateState() local 147 final String label = mFormatting.getAppLabel(report.getRequestingPackage()); in updateState() 150 + " denying report: " + report.getRequestingPackage()); in updateState() 151 incidentManager.denyReport(report.getUri()); in updateState() 155 recs.add(new Rec(report, label)); in updateState() 161 long val = a.report.getTimestamp() - b.report.getTimestamp(); in updateState() 176 final String uri = rec.report.getUri().toString(); in updateState() 179 if ((rec.report.getFlags() & IncidentManager.FLAG_CONFIRMATION_DIALOG) != 0) { in updateState() [all …]
|
D | ReportDetails.java | 68 final IncidentManager.IncidentReport report = incidentManager.getIncidentReport(uri); in parseIncidentReport() local 69 if (report == null) { in parseIncidentReport() 77 final InputStream stream = report.getInputStream(); in parseIncidentReport()
|
D | incident_minimal.proto | 28 * This message has the same fields in an incident report that we care about 43 // A human readable reason why an incident report is requested.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 243 byte[] report = data.getByteArray(BluetoothHidHost.EXTRA_REPORT); 245 broadcastReport(device, report, bufferSize); 258 String report = data.getString(BluetoothHidHost.EXTRA_REPORT); 259 if (!setReportNative(Utils.getByteAddress(device), reportType, report)) { 267 String report = data.getString(BluetoothHidHost.EXTRA_REPORT); 268 if (!sendDataNative(Utils.getByteAddress(device), report)) { 432 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() argument 437 return service.setReport(device, reportType, report); in setReport() 441 public boolean sendData(BluetoothDevice device, String report) { in sendData() argument 446 return service.sendData(device, report); in sendData() [all …]
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | SettingsFragment.java | 174 ApplicationErrorReport report = new ApplicationErrorReport(); in getItemList() 175 report.packageName = report.processName = getContext().getPackageName(); in getItemList() 176 report.time = System.currentTimeMillis(); in getItemList() 177 report.type = ApplicationErrorReport.TYPE_NONE; in getItemList() 178 intent.putExtra(Intent.EXTRA_BUG_REPORT, report); in getItemList()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | RunningServiceDetails.java | 120 ApplicationErrorReport report = new ApplicationErrorReport(); in onClick() local 121 report.type = ApplicationErrorReport.TYPE_RUNNING_SERVICE; in onClick() 122 report.packageName = mServiceItem.mServiceInfo.packageName; in onClick() 123 report.installerPackageName = mInstaller.getPackageName(); in onClick() 124 report.processName = mServiceItem.mRunningService.process; in onClick() 125 report.time = System.currentTimeMillis(); in onClick() 126 report.systemApp = (mServiceItem.mServiceInfo.applicationInfo.flags in onClick() 161 report.runningServiceInfo = info; in onClick() 164 result.putExtra(Intent.EXTRA_BUG_REPORT, report); in onClick() 317 detail.mReportButton.setText(com.android.internal.R.string.report); in addServiceDetailsView()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningServiceDetails.java | 120 ApplicationErrorReport report = new ApplicationErrorReport(); in onClick() local 121 report.type = ApplicationErrorReport.TYPE_RUNNING_SERVICE; in onClick() 122 report.packageName = mServiceItem.mServiceInfo.packageName; in onClick() 123 report.installerPackageName = mInstaller.getPackageName(); in onClick() 124 report.processName = mServiceItem.mRunningService.process; in onClick() 125 report.time = System.currentTimeMillis(); in onClick() 126 report.systemApp = (mServiceItem.mServiceInfo.applicationInfo.flags in onClick() 161 report.runningServiceInfo = info; in onClick() 164 result.putExtra(Intent.EXTRA_BUG_REPORT, report); in onClick() 317 detail.mReportButton.setText(com.android.internal.R.string.report); in addServiceDetailsView()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid_host.cpp | 411 jbyte reportType, jstring report) { in setReportNative() argument 421 const char* c_report = env->GetStringUTFChars(report, NULL); in setReportNative() 430 env->ReleaseStringUTFChars(report, c_report); in setReportNative() 437 jstring report) { in sendDataNative() argument 448 const char* c_report = env->GetStringUTFChars(report, NULL); in sendDataNative() 456 env->ReleaseStringUTFChars(report, c_report); in sendDataNative()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | BinaryDictOffdeviceUtils.java | 264 static FusionDictionary getDictionary(final String filename, final boolean report) { in getDictionary() argument 266 if (report) { in getDictionary() 276 if (report) { in getDictionary() 289 if (report) { in getDictionary()
|
/packages/apps/ManagedProvisioning/tools/bash/ |
D | coverage.sh | 68 --report-dir "$OUTPUT_DIR" \ 71 --report-type "$REPORT_TYPE" \
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
D | EOLConvertingInputStream.java | 52 public void report(int bytesRead); in report() method 98 callback.report(pos); in readByte()
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 28 // Number not identified as spam and the user tapped the block/report spam 61 // spam. There is no option for the user in this case to not report it as 64 // user to acknowledge they want to block and report as spam -> user 68 // User reported the number as spam by tick marking on report spam when 70 // to block a number and also report it as spam 105 // contact", "Block/report spam", and "Dismiss".
|
D | contact_source.proto | 15 // time they made the spam report, which could be different from the
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 40 # extract and generate the report 47 emma report -r html -in coverage.ec \
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | PeriodicScanManager.java | 158 PeriodicAdvertisingReport report = in onSyncReport() local 161 callback.onPeriodicAdvertisingReport(report); in onSyncReport()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 28 screenshots. `CarBugreportServiceManager` allows only one bug report app to 71 6. Please manually verify bug report contents.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | ProblemReporter.java | 23 public void report(Exception e); in report() method
|
D | LogProblemReporter.java | 32 public void report(final Exception e) { in report() method in LogProblemReporter
|
/packages/apps/PermissionController/ |
D | OWNERS | 12 # For incident report related changes
|
/packages/apps/ManagedProvisioning/tests/ |
D | README | 10 To obtain a test coverage report for instrumentation tests:
|
/packages/services/Telecomm/scripts/ |
D | telecom_testing.sh | 135 --report-dir "$T/coverage/" \
|
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/ |
D | block_report_spam_dialog_info.proto | 14 // and/or report it as spam/not spam.
|
/packages/apps/Settings/src/com/android/settings/ |
D | BugreportPreference.java | 76 builder.setPositiveButton(com.android.internal.R.string.report, listener); in onPrepareDialogBuilder()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | BugreportPreference.java | 76 builder.setPositiveButton(com.android.internal.R.string.report, listener); in onPrepareDialogBuilder()
|
/packages/apps/Settings/tests/uitests/assets/ |
D | search_results_list | 104 Bug report shortcut;bugreport_in_power 338 Most recent bug report;bug_reports 517 Take bug report;bugreport
|