OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGeofenceHardwareImpl
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/hardware/location/
GeofenceHardwareService.java
34
private GeofenceHardwareImpl
mGeofenceHardwareImpl
;
40
mGeofenceHardwareImpl
= GeofenceHardwareImpl.getInstance(mContext);
55
mGeofenceHardwareImpl
= null;
60
if (
mGeofenceHardwareImpl
.getAllowedResolutionLevel(pid, uid) <
61
mGeofenceHardwareImpl
.getMonitoringResolutionLevel(monitoringType)) {
70
mGeofenceHardwareImpl
.setGpsHardwareGeofence(service);
75
mGeofenceHardwareImpl
.setFusedGeofenceHardware(service);
83
return
mGeofenceHardwareImpl
.getMonitoringTypes();
91
return
mGeofenceHardwareImpl
.getStatusOfMonitoringType(monitoringType);
102
return
mGeofenceHardwareImpl
.addCircularFence(monitoringType, request, callback)
[
all
...]
/frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java
416
private GeofenceHardwareImpl
mGeofenceHardwareImpl
;
[
all
...]
Completed in 57 milliseconds