Searched defs:EMPTY_LIST (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/search/
H A DBaseSearchIndexProvider.java30 private static final List<String> EMPTY_LIST = Collections.<String>emptyList(); field in class:BaseSearchIndexProvider
47 return EMPTY_LIST;
H A DIndex.java161 private static final List<String> EMPTY_LIST = Collections.<String>emptyList(); field in class:Index
361 return EMPTY_LIST;
373 return EMPTY_LIST;
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEventLocationAdapter.java94 private static ArrayList<Result> EMPTY_LIST = new ArrayList<Result>(); field in class:EventLocationAdapter
150 super(context, R.layout.location_dropdown_item, EMPTY_LIST);

Completed in 79 milliseconds