Searched defs:EMPTY_LIST (Results 1 – 2 of 2) sorted by relevance
94 private static ArrayList<Result> EMPTY_LIST = new ArrayList<Result>(); field in EventLocationAdapter
135 private static final List<String> EMPTY_LIST = Collections.emptyList(); field in DatabaseIndexingManager