/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 | 254 byte[] report = data.getByteArray(BluetoothHidHost.EXTRA_REPORT); 256 broadcastReport(device, report, bufferSize); 269 String report = data.getString(BluetoothHidHost.EXTRA_REPORT); 270 if (!setReportNative(Utils.getByteAddress(device), reportType, report)) { 278 String report = data.getString(BluetoothHidHost.EXTRA_REPORT); 279 if (!sendDataNative(Utils.getByteAddress(device), report)) { 458 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() argument 464 return service.setReport(device, reportType, report); in setReport() 468 public boolean sendData(BluetoothDevice device, String report) { in sendData() argument 474 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/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/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/services/Car/tests/BugReportApp/ |
D | README.md | 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 79 4. Bug report collection might take up to 7 minutes to finish. 86 6. Please manually verify bug report contents.
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hid_host.cpp | 419 jbyte reportType, jstring report) { in setReportNative() argument 429 const char* c_report = env->GetStringUTFChars(report, NULL); in setReportNative() 438 env->ReleaseStringUTFChars(report, c_report); in setReportNative() 445 jstring report) { in sendDataNative() argument 456 const char* c_report = env->GetStringUTFChars(report, NULL); in sendDataNative() 464 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/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 27 // Number not identified as spam and the user tapped the block/report spam 60 // spam. There is no option for the user in this case to not report it as 63 // user to acknowledge they want to block and report as spam -> user 67 // User reported the number as spam by tick marking on report spam when 69 // to block a number and also report it as spam 104 // contact", "Block/report spam", and "Dismiss".
|
D | contact_source.proto | 14 // 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/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/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | INetworkMonitorCallbacks.aidl | 37 void notifyDataStallSuspected(in DataStallReportParcelable report) = 7; field
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ |
D | INetworkMonitorCallbacks.aidl | 28 oneway void notifyDataStallSuspected(in android.net.DataStallReportParcelable report) = 7; field
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ |
D | INetworkMonitorCallbacks.aidl | 28 oneway void notifyDataStallSuspected(in android.net.DataStallReportParcelable report) = 7; field
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ |
D | INetworkMonitorCallbacks.aidl | 28 oneway void notifyDataStallSuspected(in android.net.DataStallReportParcelable report) = 7; field
|
/packages/apps/ManagedProvisioning/tests/ |
D | README | 10 To obtain a test coverage report for instrumentation tests:
|
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/ |
D | block_report_spam_dialog_info.proto | 13 // and/or report it as spam/not spam.
|
/packages/services/Telecomm/scripts/ |
D | telecom_testing.sh | 135 --report-dir "$T/coverage/" \
|