Home
last modified time | relevance | path

Searched refs:ACTION_GEOFENCE_TRIGGERED (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityReceiver.java37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED); in onReceive()
DUtilityService.java73 public static final String ACTION_GEOFENCE_TRIGGERED = "geofence_triggered"; field in UtilityService
126 } else if (ACTION_GEOFENCE_TRIGGERED.equals(action)) { in onHandleIntent()
183 Log.v(TAG, ACTION_GEOFENCE_TRIGGERED); in geofenceTriggered()