HomeSort by relevance Sort by last modified time
    Searched full:activityrecognitionhardware (Results 1 - 7 of 7) 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/core/java/android/hardware/location/
ActivityRecognitionHardware.java 32 public class ActivityRecognitionHardware extends IActivityRecognitionHardware.Stub {
38 + HARDWARE_PERMISSION + "' not granted to access ActivityRecognitionHardware";
53 private static ActivityRecognitionHardware sSingletonInstance;
68 private ActivityRecognitionHardware(Context context) {
77 public static ActivityRecognitionHardware getInstance(Context context) {
80 sSingletonInstance = new ActivityRecognitionHardware(context);
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 17 #define LOG_TAG "ActivityRecognitionHardware"
102 env->FindClass("android/hardware/location/ActivityRecognitionHardware$Event");
131 * Initializes the ActivityRecognitionHardware class from the native side.
153 "([Landroid/hardware/location/ActivityRecognitionHardware$Event;)V");
181 * De-initializes the ActivityRecognitionHardware from the native side.
296 "android/hardware/location/ActivityRecognitionHardware",
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProvider.java 46 // android.hardware.location.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...]
  /frameworks/base/
compiled-classes-phone     [all...]
preloaded-classes     [all...]

Completed in 3804 milliseconds