OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KEY_CHOICE
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java
36
public static final String
KEY_CHOICE
= "choice_key";
98
RestrictionEntry reSingleChoice = new RestrictionEntry(
KEY_CHOICE
, (String) null);
132
} else if (
KEY_CHOICE
.equals(key)) {
133
if (existingRestrictions.containsKey(
KEY_CHOICE
)) {
134
entry.setSelectedString(existingRestrictions.getString(
KEY_CHOICE
));
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java
36
public static final String
KEY_CHOICE
= "choice_key";
98
RestrictionEntry reSingleChoice = new RestrictionEntry(
KEY_CHOICE
, (String) null);
132
} else if (
KEY_CHOICE
.equals(key)) {
133
if (existingRestrictions.containsKey(
KEY_CHOICE
)) {
134
entry.setSelectedString(existingRestrictions.getString(
KEY_CHOICE
));
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java
36
public static final String
KEY_CHOICE
= "choice_key";
98
RestrictionEntry reSingleChoice = new RestrictionEntry(
KEY_CHOICE
, (String) null);
132
} else if (
KEY_CHOICE
.equals(key)) {
133
if (existingRestrictions.containsKey(
KEY_CHOICE
)) {
134
entry.setSelectedString(existingRestrictions.getString(
KEY_CHOICE
));
Completed in 4002 milliseconds