OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:converttostringarray
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/preference2/src/android/preference2/cts/
ListPreferenceTest.java
42
String[] entries =
convertToStringArray
((CharSequence[]) mListPref.getEntries());
49
String[] entryValues =
convertToStringArray
((CharSequence[]) mListPref.getEntryValues());
60
private synchronized String[]
convertToStringArray
(CharSequence[] array){
Completed in 4769 milliseconds