Searched defs:report (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h116 DiagnosticEngine::report(uint16_t pID, DiagnosticEngine::Severity pSeverity) function in class:mcld::DiagnosticEngine
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java594 * @param report Report receiving buffer size
599 public boolean setReport(BluetoothDevice device, byte reportType, String report) { argument
600 if (DBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report);
603 return mService.setReport(device, reportType, report);
624 public boolean sendData(BluetoothDevice device, String report) { argument
625 if (DBG) log("sendData(" + device + "), report=" + report);
628 return mService.sendData(device, report);
/frameworks/base/core/java/android/os/
H A DStrictMode.java142 // How many Span tags (e.g. animations) to report.
1390 public void report (String message, Throwable allocationSite) { method in class:StrictMode.AndroidCloseGuardReporter
1969 * to report violations that happened during a cross-process call.
/frameworks/base/core/java/android/app/
H A DActivityThread.java839 // and the activity manager will wait for us to report back that
4984 public void report (int code, Object... list) { method in class:ActivityThread.EventLoggingReporter
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java575 * still report back to a pending thumbnail receiver.
1275 // Don't report more than every 5 minutes to somewhat
3032 // The low memory report is overriding any current
7348 // a UI to select where the bug report goes.
7970 ActivityManager.ProcessErrorStateInfo report = new ActivityManager.ProcessErrorStateInfo();
7972 report.condition = condition;
7973 report.processName = app.processName;
7974 report.pid = app.pid;
7975 report.uid = app.info.uid;
7976 report
8465 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
12155 reportStartInstrumentationFailure(IInstrumentationWatcher watcher, ComponentName cn, String report) argument
[all...]

Completed in 481 milliseconds