Searched refs:enableActivityEvent (Results 1 – 3 of 3) sorted by relevance
92 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) in enableActivityEvent() method in ActivityRecognitionProvider94 return mService.enableActivityEvent(activity, eventType, reportLatencyNs); in enableActivityEvent()
51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs); in enableActivityEvent() method
117 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) { in enableActivityEvent() method in ActivityRecognitionHardware