Searched refs:locationUpdatedIntent (Results 1 – 1 of 1) sorted by relevance
226 Intent locationUpdatedIntent = new Intent(this, UtilityService.class); in requestLocationInternal() local227 locationUpdatedIntent.setAction(ACTION_LOCATION_UPDATED); in requestLocationInternal()232 Intent lastLocationIntent = new Intent(locationUpdatedIntent); in requestLocationInternal()243 PendingIntent.getService(this, 0, locationUpdatedIntent, 0)); in requestLocationInternal()