Searched refs:EMPTY_STRING_ARRAY (Results 1 – 2 of 2) sorted by relevance
727 return s.toArray(EMPTY_STRING_ARRAY); in childrenNames()731 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in AbstractPreferences
655 return result.toArray(EMPTY_STRING_ARRAY); in childrenNamesSpi()660 private static final String[] EMPTY_STRING_ARRAY = new String[0];