Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DEventLocationAdapter.java293 List<Result> recentLocations = locationsQueryTask.get(); in performFiltering() local
298 for (Result recentLocation : recentLocations) { in performFiltering()
436 List<Result> recentLocations = null; in queryRecentLocations() local
439 recentLocations = processLocationsQueryResults(c); in queryRecentLocations()
441 return recentLocations; in queryRecentLocations()