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

  /developers/build/prebuilts/gradle/AppRestrictions/Application/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...]
  /developers/samples/android/content/multiuser/AppRestrictions/Application/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...]
  /development/samples/browseable/AppRestrictions/src/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 97 milliseconds