Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java137 LatLng currentLocation = Utils.getLocation(this); in onHandleIntent() local
140 String city = currentLocation == null ? TouristAttractions.TEST_CITY : in onHandleIntent()
141 TouristAttractions.getClosestCity(currentLocation); in onHandleIntent()