Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 45) sorted by relevance

12

/packages/apps/PermissionController/src/com/android/packageinstaller/incident/
DPendingList.java82 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 …]
DReportDetails.java68 final IncidentManager.IncidentReport report = incidentManager.getIncidentReport(uri); in parseIncidentReport() local
69 if (report == null) { in parseIncidentReport()
77 final InputStream stream = report.getInputStream(); in parseIncidentReport()
Dincident_minimal.proto28 * 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/
DHidHostService.java243 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/
DSettingsFragment.java174 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/
DRunningServiceDetails.java120 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/
DRunningServiceDetails.java120 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/
Dcom_android_bluetooth_hid_host.cpp411 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/
DBinaryDictOffdeviceUtils.java264 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/
Dcoverage.sh68 --report-dir "$OUTPUT_DIR" \
71 --report-type "$REPORT_TYPE" \
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DEOLConvertingInputStream.java52 public void report(int bytesRead); in report() method
98 callback.report(pos); in readByte()
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto28 // 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".
Dcontact_source.proto15 // time they made the spam report, which could be different from the
/packages/providers/CalendarProvider/tests/
DEMMA_README40 # extract and generate the report
47 emma report -r html -in coverage.ec \
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java158 PeriodicAdvertisingReport report = in onSyncReport() local
161 callback.onPeriodicAdvertisingReport(report); in onSyncReport()
/packages/services/Car/tests/BugReportApp/
DREADME.md28 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/
DProblemReporter.java23 public void report(Exception e); in report() method
DLogProblemReporter.java32 public void report(final Exception e) { in report() method in LogProblemReporter
/packages/apps/PermissionController/
DOWNERS12 # For incident report related changes
/packages/apps/ManagedProvisioning/tests/
DREADME10 To obtain a test coverage report for instrumentation tests:
/packages/services/Telecomm/scripts/
Dtelecom_testing.sh135 --report-dir "$T/coverage/" \
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
Dblock_report_spam_dialog_info.proto14 // and/or report it as spam/not spam.
/packages/apps/Settings/src/com/android/settings/
DBugreportPreference.java76 builder.setPositiveButton(com.android.internal.R.string.report, listener); in onPrepareDialogBuilder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DBugreportPreference.java76 builder.setPositiveButton(com.android.internal.R.string.report, listener); in onPrepareDialogBuilder()
/packages/apps/Settings/tests/uitests/assets/
Dsearch_results_list104 Bug report shortcut;bugreport_in_power
338 Most recent bug report;bug_reports
517 Take bug report;bugreport

12