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

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 55 private static final String KEY_BOOLEAN_PREF = "pref_boolean";
82 mBooleanPref = (CheckBoxPreference) findPreference(KEY_BOOLEAN_PREF);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 55 private static final String KEY_BOOLEAN_PREF = "pref_boolean";
82 mBooleanPref = (CheckBoxPreference) findPreference(KEY_BOOLEAN_PREF);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsFragment.java 55 private static final String KEY_BOOLEAN_PREF = "pref_boolean";
82 mBooleanPref = (CheckBoxPreference) findPreference(KEY_BOOLEAN_PREF);

Completed in 108 milliseconds