Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java232 Intent lastLocationIntent = new Intent(locationUpdatedIntent); in requestLocationInternal() local
233 lastLocationIntent.putExtra( in requestLocationInternal()
235 startService(lastLocationIntent); in requestLocationInternal()