Searched refs:currentLocation (Results 1 – 1 of 1) sorted by relevance
137 LatLng currentLocation = Utils.getLocation(this); in onHandleIntent() local140 String city = currentLocation == null ? TouristAttractions.TEST_CITY : in onHandleIntent()141 TouristAttractions.getClosestCity(currentLocation); in onHandleIntent()