Searched refs:EMPTY_STRINGS (Results 1 – 2 of 2) sorted by relevance
384 return uids.toArray(Utility.EMPTY_STRINGS); in getSearchUids()396 return Utility.EMPTY_STRINGS; // not found; in searchForUids()464 return Utility.EMPTY_STRINGS; // not found; in complexSearchForUids()
89 public static final String[] EMPTY_STRINGS = new String[0]; field in Utility