Searched refs:mGpsService (Results 1 – 2 of 2) sorted by relevance
57 private IGpsGeofenceHardware mGpsService; field in GeofenceHardwareImpl134 gpsSupported = mGpsService.isHardwareGeofenceSupported(); in updateGpsHardwareAvailability()169 if (mGpsService == null) { in setGpsHardwareGeofence()170 mGpsService = service; in setGpsHardwareGeofence()173 mGpsService = null; in setGpsHardwareGeofence()282 if (mGpsService == null) return false; in addCircularFence()284 result = mGpsService.addCircularHardwareGeofence( in addCircularFence()341 if (mGpsService == null) return false; in removeGeofence()380 if (mGpsService == null) return false; in pauseGeofence()382 result = mGpsService.pauseHardwareGeofence(geofenceId); in pauseGeofence()[all …]
24082 Landroid/hardware/location/GeofenceHardwareImpl;->mGpsService:Landroid/location/IGpsGeofenceHardwar…