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

  /frameworks/base/core/java/android/hardware/location/
IActivityRecognitionHardware.aidl 56 boolean disableActivityEvent(in String activityType, int eventType);
ActivityRecognitionHardware.java 134 public boolean disableActivityEvent(String activity, int eventType) {
256 "DisableActivityEvent: activityType=%d, eventType=%d, result=%d",
  /device/google/contexthub/sensorhal/
activity.h 47 int disableActivityEvent(uint32_t activity_handle, uint32_t event_type);
activity.cpp 71 return gActivityContext->disableActivityEvent(activity_handle, event_type);
253 int ActivityContext::disableActivityEvent(
255 ALOGI("disableActivityEvent");
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProvider.java 96 public boolean disableActivityEvent(String activity, int eventType) throws RemoteException {
97 return mService.disableActivityEvent(activity, eventType);

Completed in 69 milliseconds