OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selectedStrings
(Results
1 - 3
of
3
) sorted by null
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java
187
String[]
selectedStrings
= new String[((Set<String>)newValue).size()];
190
selectedStrings
[i++] = value;
192
mMultiEntry.setAllSelectedStrings(
selectedStrings
);
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1765 milliseconds