Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/search/
DBaseSearchIndexProvider.java30 private static final List<String> EMPTY_LIST = Collections.<String>emptyList(); field in BaseSearchIndexProvider
DIndex.java165 private static final List<String> EMPTY_LIST = Collections.<String>emptyList(); field in Index
/packages/apps/Calendar/src/com/android/calendar/event/
DEventLocationAdapter.java94 private static ArrayList<Result> EMPTY_LIST = new ArrayList<Result>(); field in EventLocationAdapter