HomeSort by relevance Sort by last modified time
    Searched refs:ActivityRecognitionHardware (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
ActivityRecognitionProxy.java 22 import android.hardware.location.ActivityRecognitionHardware;
29 * Proxy class to bind GmsCore to the ActivityRecognitionHardware.
37 private final ActivityRecognitionHardware mActivityRecognitionHardware;
42 ActivityRecognitionHardware activityRecognitionHardware,
46 mActivityRecognitionHardware = activityRecognitionHardware;
75 ActivityRecognitionHardware activityRecognitionHardware,
82 activityRecognitionHardware,
99 private void bindProvider(ActivityRecognitionHardware activityRecognitionHardware)
    [all...]
  /frameworks/base/core/java/android/hardware/location/
ActivityRecognitionHardware.java 32 public class ActivityRecognitionHardware extends IActivityRecognitionHardware.Stub {
33 private static final String TAG = "ActivityRecognitionHardware";
39 private static ActivityRecognitionHardware sSingletonInstance = null;
54 private ActivityRecognitionHardware(Context context) {
61 public static ActivityRecognitionHardware getInstance(Context context) {
64 sSingletonInstance = new ActivityRecognitionHardware(context);
197 "Permission '%s' not granted to access ActivityRecognitionHardware",
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 58 import android.hardware.location.ActivityRecognitionHardware;
520 if (ActivityRecognitionHardware.isSupported()) {
524 ActivityRecognitionHardware.getInstance(mContext),
    [all...]

Completed in 226 milliseconds