Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java75 private static final String ACTION_REQUEST_LOCATION = "request_location"; field in UtilityService
101 intent.setAction(UtilityService.ACTION_REQUEST_LOCATION); in requestLocation()
128 } else if (ACTION_REQUEST_LOCATION.equals(action)) { in onHandleIntent()
209 Log.v(TAG, ACTION_REQUEST_LOCATION); in requestLocationInternal()