Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java74 private static final String ACTION_LOCATION_UPDATED = "location_updated"; field in UtilityService
83 return new IntentFilter(UtilityService.ACTION_LOCATION_UPDATED); in getLocationUpdatedIntentFilter()
130 } else if (ACTION_LOCATION_UPDATED.equals(action)) { in onHandleIntent()
227 locationUpdatedIntent.setAction(ACTION_LOCATION_UPDATED); in requestLocationInternal()
256 Log.v(TAG, ACTION_LOCATION_UPDATED); in locationUpdated()