Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java253 byte[] report = data.getByteArray(BluetoothInputDevice.EXTRA_REPORT);
255 broadcastReport(device, report, bufferSize);
270 String report = data.getString(BluetoothInputDevice.EXTRA_REPORT);
271 if(!setReportNative(Utils.getByteAddress(device), reportType, report)) {
280 String report = data.getString(BluetoothInputDevice.EXTRA_REPORT);
281 if(!sendDataNative(Utils.getByteAddress(device), report)) {
408 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() argument
411 return service.setReport(device, reportType, report); in setReport()
414 public boolean sendData(BluetoothDevice device, String report) { in sendData() argument
417 return service.sendData(device, report); in sendData()
[all …]
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSettingsFragment.java161 ApplicationErrorReport report = new ApplicationErrorReport(); in getItemList()
162 report.packageName = report.processName = getContext().getPackageName(); in getItemList()
163 report.time = System.currentTimeMillis(); in getItemList()
164 report.type = ApplicationErrorReport.TYPE_NONE; in getItemList()
165 intent.putExtra(Intent.EXTRA_BUG_REPORT, report); in getItemList()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningServiceDetails.java119 ApplicationErrorReport report = new ApplicationErrorReport(); in onClick() local
120 report.type = ApplicationErrorReport.TYPE_RUNNING_SERVICE; in onClick()
121 report.packageName = mServiceItem.mServiceInfo.packageName; in onClick()
122 report.installerPackageName = mInstaller.getPackageName(); in onClick()
123 report.processName = mServiceItem.mRunningService.process; in onClick()
124 report.time = System.currentTimeMillis(); in onClick()
125 report.systemApp = (mServiceItem.mServiceInfo.applicationInfo.flags in onClick()
160 report.runningServiceInfo = info; in onClick()
163 result.putExtra(Intent.EXTRA_BUG_REPORT, report); in onClick()
316 detail.mReportButton.setText(com.android.internal.R.string.report); in addServiceDetailsView()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid.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/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto27 // Number not identified as spam and the user tapped the block/report spam button in the
56 // to not report it as spam and block it only. The only flow is:
58 // asking user to acknowledge they want to block and report as spam -> user acknowledges and
62 // User reported the number as spam by tick marking on report spam when blocking
64 // report it as spam
87 // "Block/report spam", and "Dismiss".
Dcontact_source.proto13 // time they made the spam report, which could be different from the
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java322 ApplicationErrorReport report = new ApplicationErrorReport();
323 report.packageName = report.processName = getContext()
325 report.time = System.currentTimeMillis();
326 report.type = ApplicationErrorReport.TYPE_CRASH;
335 report.crashInfo = crash;
337 intent.putExtra(Intent.EXTRA_BUG_REPORT, report);
/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/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.java154 PeriodicAdvertisingReport report = new PeriodicAdvertisingReport( in onSyncReport() local
156 callback.onPeriodicAdvertisingReport(report); in onSyncReport()
/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
DActionBatch.java621 reporter.report(e); in execute()
/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/Settings/src/com/android/settings/
DBugreportPreference.java75 builder.setPositiveButton(com.android.internal.R.string.report, listener); in onPrepareDialogBuilder()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java1001 String report = String.format("%s scan: fps=%d frames=%d",
1003 Log.v(TAG, report);
/packages/apps/Email/provider_src/com/android/email/service/
DPop3Service.java216 public void report(int bytesRead) { in report() method in Pop3Service.FetchCallback
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java3756 public void carrierActionReportDefaultNetworkStatus(int subId, boolean report) { in carrierActionReportDefaultNetworkStatus() argument
3764 phone.carrierActionReportDefaultNetworkStatus(report); in carrierActionReportDefaultNetworkStatus()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractActivityController.java4014 actionTextResourceId = R.string.report;
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in404 # symbols. At the end of a run doxygen will report the cache usage and suggest
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz
Des_wordlist.combined.gz

12