OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reSingleChoice
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java
63
public static void populateChoiceEntry(Resources res, RestrictionEntry
reSingleChoice
) {
66
if (
reSingleChoice
.getSelectedString() == null) {
67
reSingleChoice
.setSelectedString(choiceValues[0]);
69
reSingleChoice
.setTitle(res.getString(R.string.choice_entry_title));
70
reSingleChoice
.setChoiceEntries(choiceEntries);
71
reSingleChoice
.setChoiceValues(choiceValues);
72
reSingleChoice
.setType(RestrictionEntry.TYPE_CHOICE);
98
RestrictionEntry
reSingleChoice
= new RestrictionEntry(KEY_CHOICE, (String) null);
99
populateChoiceEntry(res,
reSingleChoice
);
100
newRestrictions.add(
reSingleChoice
);
[
all
...]
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java
63
public static void populateChoiceEntry(Resources res, RestrictionEntry
reSingleChoice
) {
66
if (
reSingleChoice
.getSelectedString() == null) {
67
reSingleChoice
.setSelectedString(choiceValues[0]);
69
reSingleChoice
.setTitle(res.getString(R.string.choice_entry_title));
70
reSingleChoice
.setChoiceEntries(choiceEntries);
71
reSingleChoice
.setChoiceValues(choiceValues);
72
reSingleChoice
.setType(RestrictionEntry.TYPE_CHOICE);
98
RestrictionEntry
reSingleChoice
= new RestrictionEntry(KEY_CHOICE, (String) null);
99
populateChoiceEntry(res,
reSingleChoice
);
100
newRestrictions.add(
reSingleChoice
);
[
all
...]
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java
63
public static void populateChoiceEntry(Resources res, RestrictionEntry
reSingleChoice
) {
66
if (
reSingleChoice
.getSelectedString() == null) {
67
reSingleChoice
.setSelectedString(choiceValues[0]);
69
reSingleChoice
.setTitle(res.getString(R.string.choice_entry_title));
70
reSingleChoice
.setChoiceEntries(choiceEntries);
71
reSingleChoice
.setChoiceValues(choiceValues);
72
reSingleChoice
.setType(RestrictionEntry.TYPE_CHOICE);
98
RestrictionEntry
reSingleChoice
= new RestrictionEntry(KEY_CHOICE, (String) null);
99
populateChoiceEntry(res,
reSingleChoice
);
100
newRestrictions.add(
reSingleChoice
);
[
all
...]
Completed in 93 milliseconds