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

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 35 public static final String KEY_BOOLEAN = "boolean_key";
94 RestrictionEntry reBoolean = new RestrictionEntry(KEY_BOOLEAN, false);
130 if (KEY_BOOLEAN.equals(key)) {
131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 35 public static final String KEY_BOOLEAN = "boolean_key";
94 RestrictionEntry reBoolean = new RestrictionEntry(KEY_BOOLEAN, false);
130 if (KEY_BOOLEAN.equals(key)) {
131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 35 public static final String KEY_BOOLEAN = "boolean_key";
94 RestrictionEntry reBoolean = new RestrictionEntry(KEY_BOOLEAN, false);
130 if (KEY_BOOLEAN.equals(key)) {
131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));

Completed in 61 milliseconds