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

  /frameworks/base/services/core/java/com/android/server/location/
ActivityRecognitionProxy.java 22 import android.hardware.location.ActivityRecognitionHardware;
31 * Proxy class to bind GmsCore to the ActivityRecognitionHardware.
40 private final ActivityRecognitionHardware mInstance;
46 ActivityRecognitionHardware activityRecognitionHardware,
51 mInstance = activityRecognitionHardware;
81 ActivityRecognitionHardware activityRecognitionHardware,
89 activityRecognitionHardware,
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 59 import android.hardware.location.ActivityRecognitionHardware;
573 boolean activityRecognitionHardwareIsSupported = ActivityRecognitionHardware.isSupported();
574 ActivityRecognitionHardware activityRecognitionHardware = null;
576 activityRecognitionHardware = ActivityRecognitionHardware.getInstance(mContext);
584 activityRecognitionHardware,
    [all...]

Completed in 434 milliseconds