Home
last modified time | relevance | path

Searched refs:reportLatencyNs (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() argument
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() argument
DActivityRecognitionHardware.java117 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) { in enableActivityEvent() argument
125 int result = nativeEnableActivityEvent(activityType, eventType, reportLatencyNs); in enableActivityEvent()