Home
last modified time | relevance | path

Searched refs:enableActivityEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
DActivityRecognitionProvider.java92 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) in enableActivityEvent() method in ActivityRecognitionProvider
94 return mService.enableActivityEvent(activity, eventType, reportLatencyNs); in enableActivityEvent()
/frameworks/base/core/java/android/hardware/location/
DIActivityRecognitionHardware.aidl51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs); in enableActivityEvent() method
DActivityRecognitionHardware.java117 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) { in enableActivityEvent() method in ActivityRecognitionHardware