Searched refs:ACTION_GEOFENCE_TRIGGERED (Results 1 – 2 of 2) sorted by relevance
37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED); in onReceive()
73 public static final String ACTION_GEOFENCE_TRIGGERED = "geofence_triggered"; field in UtilityService126 } else if (ACTION_GEOFENCE_TRIGGERED.equals(action)) { in onHandleIntent()183 Log.v(TAG, ACTION_GEOFENCE_TRIGGERED); in geofenceTriggered()