HomeSort by relevance Sort by last modified time
    Searched defs:CUSTOM_CONFIG_KEY (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
MainActivity.java 52 public static final String CUSTOM_CONFIG_KEY = "custom_config";
68 CUSTOM_CONFIG_KEY, false);
129 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).commit();
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
MainActivity.java 52 public static final String CUSTOM_CONFIG_KEY = "custom_config";
68 CUSTOM_CONFIG_KEY, false);
129 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).commit();
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java 52 public static final String CUSTOM_CONFIG_KEY = "custom_config";
68 CUSTOM_CONFIG_KEY, false);
129 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).commit();

Completed in 290 milliseconds