Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java76 private static final String ACTION_ADD_GEOFENCES = "add_geofences"; field in UtilityService
95 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()