OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActivityRecognitionHardware
(Results
1 - 4
of
4
) 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/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
...]
Completed in 86 milliseconds