OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChoiceEntryValue
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
MainActivity.java
55
private TextView
mChoiceEntryValue
;
72
mChoiceEntryValue
= (TextView) findViewById(R.id.choice_entry_id);
102
mChoiceEntryValue
.setText(singleChoiceRestrictionValue);
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
MainActivity.java
55
private TextView
mChoiceEntryValue
;
72
mChoiceEntryValue
= (TextView) findViewById(R.id.choice_entry_id);
102
mChoiceEntryValue
.setText(singleChoiceRestrictionValue);
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java
55
private TextView
mChoiceEntryValue
;
72
mChoiceEntryValue
= (TextView) findViewById(R.id.choice_entry_id);
102
mChoiceEntryValue
.setText(singleChoiceRestrictionValue);
Completed in 657 milliseconds