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

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

Completed in 170 milliseconds