OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCustomConfig
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
MainActivity.java
50
private CheckBox
mCustomConfig
;
65
mCustomConfig
= (CheckBox) findViewById(R.id.custom_app_limits);
69
if (customChecked)
mCustomConfig
.setChecked(true);
129
editor.putBoolean(CUSTOM_CONFIG_KEY,
mCustomConfig
.isChecked()).commit();
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
MainActivity.java
50
private CheckBox
mCustomConfig
;
65
mCustomConfig
= (CheckBox) findViewById(R.id.custom_app_limits);
69
if (customChecked)
mCustomConfig
.setChecked(true);
129
editor.putBoolean(CUSTOM_CONFIG_KEY,
mCustomConfig
.isChecked()).commit();
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java
50
private CheckBox
mCustomConfig
;
65
mCustomConfig
= (CheckBox) findViewById(R.id.custom_app_limits);
69
if (customChecked)
mCustomConfig
.setChecked(true);
129
editor.putBoolean(CUSTOM_CONFIG_KEY,
mCustomConfig
.isChecked()).commit();
Completed in 394 milliseconds