Searched defs:enableActivityEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionProvider.java90 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) method in class:ActivityRecognitionProvider
92 return mService.enableActivityEvent(activity, eventType, reportLatencyNs);
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java101 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) { method in class:ActivityRecognitionHardware

Completed in 1172 milliseconds