/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 253 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/ |
D | SettingsFragment.java | 161 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/ |
D | RunningServiceDetails.java | 119 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/ |
D | com_android_bluetooth_hid.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/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 27 // 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".
|
D | contact_source.proto | 13 // time they made the spam report, which could be different from the
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TunableTvView.java | 322 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/ |
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/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 | 154 PeriodicAdvertisingReport report = new PeriodicAdvertisingReport( in onSyncReport() local 156 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
|
D | ActionBatch.java | 621 reporter.report(e); in execute()
|
/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/Settings/src/com/android/settings/ |
D | BugreportPreference.java | 75 builder.setPositiveButton(com.android.internal.R.string.report, listener); in onPrepareDialogBuilder()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CaptureModule.java | 1001 String report = String.format("%s scan: fps=%d frames=%d", 1003 Log.v(TAG, report);
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | Pop3Service.java | 216 public void report(int bytesRead) { in report() method in Pop3Service.FetchCallback
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 3756 public void carrierActionReportDefaultNetworkStatus(int subId, boolean report) { in carrierActionReportDefaultNetworkStatus() argument 3764 phone.carrierActionReportDefaultNetworkStatus(report); in carrierActionReportDefaultNetworkStatus()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AbstractActivityController.java | 4014 actionTextResourceId = R.string.report;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 404 # symbols. At the end of a run doxygen will report the cache usage and suggest
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | cs_wordlist.combined.gz |
|
D | es_wordlist.combined.gz |
|