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

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 80 private static final String RESTRICTION_KEY_NUMBER = "number";
254 } else if (RESTRICTION_KEY_NUMBER.equals(key)) {
255 updateNumber(prefs.getInt(RESTRICTION_KEY_NUMBER,
293 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
404 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
406 editPreferences(activity).putInt(RESTRICTION_KEY_NUMBER, number).apply();
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 80 private static final String RESTRICTION_KEY_NUMBER = "number";
254 } else if (RESTRICTION_KEY_NUMBER.equals(key)) {
255 updateNumber(prefs.getInt(RESTRICTION_KEY_NUMBER,
293 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
404 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
406 editPreferences(activity).putInt(RESTRICTION_KEY_NUMBER, number).apply();
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 80 private static final String RESTRICTION_KEY_NUMBER = "number";
254 } else if (RESTRICTION_KEY_NUMBER.equals(key)) {
255 updateNumber(prefs.getInt(RESTRICTION_KEY_NUMBER,
293 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
404 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
406 editPreferences(activity).putInt(RESTRICTION_KEY_NUMBER, number).apply();

Completed in 516 milliseconds