Searched refs:EMPTY_STRING_ARRAY (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/prefs/
H A DAbstractPreferences.java720 return s.toArray(EMPTY_STRING_ARRAY);
724 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in class:AbstractPreferences
H A DFileSystemPreferences.java655 return result.toArray(EMPTY_STRING_ARRAY);
660 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in class:FileSystemPreferences

Completed in 55 milliseconds