Searched refs:EMPTY_STRINGS (Results 1 – 4 of 4) sorted by relevance
25 public static final String[] EMPTY_STRINGS = new String[0]; field in Utility
396 return uids.toArray(Utility.EMPTY_STRINGS); in getSearchUids()427 return Utility.EMPTY_STRINGS; // Not found in searchForUids()499 return Utility.EMPTY_STRINGS; // not found; in complexSearchForUids()
167 return uids.toArray(Utility.EMPTY_STRINGS); in getSearchUids()181 return Utility.EMPTY_STRINGS; // Not found in searchForUids()
70 public static final String[] EMPTY_STRINGS = new String[0]; field in Utility