HomeSort by relevance Sort by last modified time
    Searched refs:reportEvent (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/java/android/app/usage/
UsageStatsManagerInternal.java 39 public abstract void reportEvent(ComponentName component, int userId, int eventType);
49 public abstract void reportEvent(String packageName, int userId, int eventType);
  /hardware/libhardware/tests/input/evdev/
SwitchInputMapper_test.cpp 88 EXPECT_CALL(report, reportEvent(_));
90 EXPECT_CALL(report, reportEvent(_));
MouseInputMapper_test.cpp 100 EXPECT_CALL(report, reportEvent(_));
102 EXPECT_CALL(report, reportEvent(_));
104 EXPECT_CALL(report, reportEvent(_));
MockInputHost.h 35 MOCK_METHOD1(reportEvent, void(InputDeviceHandle* d));
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_nan_WifiNanNative.cpp 54 helper.reportEvent(mCls, "onNanNotifyResponsePublishSubscribe",
60 helper.reportEvent(mCls, "onNanNotifyResponsePublishSubscribe",
102 helper.reportEvent(
109 helper.reportEvent(mCls, "onNanNotifyResponse", "(SIII)V", (short) id,
120 helper.reportEvent(mCls, "onPublishTerminated", "(II)V",
140 helper.reportEvent(mCls, "onMatchEvent", "(II[B[BI[BI)V",
156 helper.reportEvent(mCls, "onSubscribeTerminated", "(II)V",
171 helper.reportEvent(mCls, "onFollowupEvent", "(II[B[BI)V",
191 helper.reportEvent(mCls, "onDiscoveryEngineEvent", "(I[B)V",
200 helper.reportEvent(mCls, "onDisabledEvent", "(I)V", (int) event->reason)
    [all...]
jni_helper.h 97 void reportEvent(jclass cls, const char *method, const char *signature, ...);
com_android_server_wifi_WifiNative.cpp 432 helper.reportEvent(mCls, "onScanStatus", "(II)V", id, event);
448 helper.reportEvent(mCls, "onFullScanResult", "(ILandroid/net/wifi/ScanResult;II)V", id,
734 helper.reportEvent(mCls, "onHotlistApFound", "(I[Landroid/net/wifi/ScanResult;)V",
764 helper.reportEvent(mCls, "onHotlistApLost", "(I[Landroid/net/wifi/ScanResult;)V",
884 helper.reportEvent(mCls, "onSignificantWifiChange", "(I[Landroid/net/wifi/ScanResult;)V",
    [all...]
jni_helper.cpp 509 void JNIHelper::reportEvent(jclass cls, const char *method, const char *signature, ...)
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 118 getInputReport()->reportEvent(getDeviceHandle());
InputHost.cpp 31 void InputReport::reportEvent(InputDeviceHandle* d) {
InputHost.h 63 virtual void reportEvent(InputDeviceHandle* d);
MouseInputMapper.cpp 175 getInputReport()->reportEvent(getDeviceHandle());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java 358 void reportEvent(int what, int arg1, Object obj) {
359 clientInfo.reportEvent(what, arg1, handlerId, obj);
    [all...]
  /frameworks/native/services/inputflinger/host/
InputDriver.h 70 virtual void reportEvent(input_device_handle_t* d, input_report_t* report) = 0;
117 virtual void reportEvent(input_device_handle_t* d, input_report_t* report) override;
InputDriver.cpp 207 void InputDriver::reportEvent(input_device_handle_t* d, input_report_t* report) {
377 driver->reportEvent(d, report);
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 624 void reportEvent(UsageEvents.Event event, int userId) {
636 service.reportEvent(event);
    [all...]
UserUsageStatsService.java 153 void reportEvent(UsageEvents.Event event) {
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 907 milliseconds