Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java226 Intent locationUpdatedIntent = new Intent(this, UtilityService.class); in requestLocationInternal() local
227 locationUpdatedIntent.setAction(ACTION_LOCATION_UPDATED); in requestLocationInternal()
232 Intent lastLocationIntent = new Intent(locationUpdatedIntent); in requestLocationInternal()
243 PendingIntent.getService(this, 0, locationUpdatedIntent, 0)); in requestLocationInternal()