Home
last modified time | relevance | path

Searched refs:CUSTOM_CONFIG_KEY (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DMainActivity.java52 public static final String CUSTOM_CONFIG_KEY = "custom_config"; field in MainActivity
68 CUSTOM_CONFIG_KEY, false); in onCreate()
127 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).apply(); in onCustomClicked()
DGetRestrictionsReceiver.java152 .getBoolean(MainActivity.CUSTOM_CONFIG_KEY, false)) { in createRestrictions()