Searched defs:reportLatencyNs (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) argument
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) { argument
109 int result = nativeEnableActivityEvent(activityType, eventType, reportLatencyNs);

Completed in 86 milliseconds