HomeSort by relevance Sort by last modified time
    Searched full:existingrestrictions (Results 1 - 1 of 1) sorted by null

  /developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 45 final Bundle existingRestrictions =
47 Log.i(TAG, "existingRestrictions = " + existingRestrictions);
51 createRestrictions(context, result, existingRestrictions);
110 Bundle existingRestrictions) {
118 if (existingRestrictions == null) {
131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));
133 if (existingRestrictions.containsKey(KEY_CHOICE)) {
134 entry.setSelectedString(existingRestrictions.getString(KEY_CHOICE));
137 if (existingRestrictions.containsKey(KEY_MULTI_SELECT))
    [all...]

Completed in 2750 milliseconds