Searched refs:ActivityRecognitionHardware (Results 1 – 5 of 5) sorted by relevance
20 import android.hardware.location.ActivityRecognitionHardware;47 ActivityRecognitionHardware activityRecognitionHardware, in createAndBind()68 private final ActivityRecognitionHardware mInstance;73 ActivityRecognitionHardware activityRecognitionHardware, in ActivityRecognitionProxy()
32 public class ActivityRecognitionHardware extends IActivityRecognitionHardware.Stub { class53 private static ActivityRecognitionHardware sSingletonInstance;68 private ActivityRecognitionHardware(Context context) { in ActivityRecognitionHardware() method in ActivityRecognitionHardware77 public static ActivityRecognitionHardware getInstance(Context context) { in getInstance()80 sSingletonInstance = new ActivityRecognitionHardware(context); in getInstance()
50 import android.hardware.location.ActivityRecognitionHardware;873 boolean activityRecognitionHardwareIsSupported = ActivityRecognitionHardware.isSupported(); in initializeProvidersLocked()874 ActivityRecognitionHardware activityRecognitionHardware = null; in initializeProvidersLocked()876 activityRecognitionHardware = ActivityRecognitionHardware.getInstance(mContext); in initializeProvidersLocked()
1573 android.hardware.location.ActivityRecognitionHardware
7897 …oxy;-><init>(Landroid/content/Context;ZLandroid/hardware/location/ActivityRecognitionHardware;III)V7898 …teAndBind(Landroid/content/Context;ZLandroid/hardware/location/ActivityRecognitionHardware;III)Lco…