Searched refs:ACTION_ADD_GEOFENCES (Results 1 – 1 of 1) sorted by relevance
76 private static final String ACTION_ADD_GEOFENCES = "add_geofences"; field in UtilityService95 intent.setAction(UtilityService.ACTION_ADD_GEOFENCES); in addGeofences()124 if (ACTION_ADD_GEOFENCES.equals(action)) { in onHandleIntent()152 Log.v(TAG, ACTION_ADD_GEOFENCES); in addGeofencesInternal()