OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllSelectedStrings
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/src/com/android/settings/users/
RestrictionUtils.java
100
bundle.putStringArray(entry.getKey(), entry.
getAllSelectedStrings
());
AppRestrictionsFragment.java
[
all
...]
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java
127
for (String value : entry.
getAllSelectedStrings
()) {
157
if (mMultiEntry.
getAllSelectedStrings
() != null) {
GetRestrictionsReceiver.java
79
if (reMultiSelect.
getAllSelectedStrings
() == null) {
/frameworks/base/core/java/android/content/
RestrictionEntry.java
73
* Use {@link #
getAllSelectedStrings
()} and {@link #setAllSelectedStrings(String[])} to
94
* one or more of these, returned by {@link #
getAllSelectedStrings
()} and
168
public String[]
getAllSelectedStrings
() {
211
* selected values can be retrieved by a call to {@link #
getAllSelectedStrings
()}, or
218
* @see #
getAllSelectedStrings
()
/prebuilts/sdk/18/
android.jar
Completed in 4073 milliseconds