HomeSort by relevance Sort by last modified time
    Searched refs:restriction (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/content/
RestrictionsManager.java 72 * <restriction
82 * <restriction ... />
84 * </restriction>
85 * <restriction ... />
90 * The attributes for each restriction depend on the restriction type.
101 * <li><code>description</code> is meant to describe the restriction in more detail to the
106 * restriction elements.
400 private static final String TAG_RESTRICTION = "restriction";
560 RestrictionEntry restriction; local
617 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key); local
    [all...]
RestrictionEntry.java 29 * applied to the restricted user. Each RestrictionsEntry is one configurable restriction.
39 * Hidden restriction type. Use this type for information that needs to be transferred
45 * Restriction of type "bool". Use this for storing a boolean value, typically presented as
51 * Restriction of type "choice". Use this for storing a string value, typically presented as
59 * Internal restriction type. Use this for storing a string value, typically presented as
70 * Restriction of type "multi-select". Use this for presenting a multi-select list where more
81 * Restriction of type "integer". Use this for storing an integer value. The range of values
87 * Restriction of type "string". Use this for storing a string value.
94 * Restriction of type "bundle". Use this for storing {@link android.os.Bundle bundles} of
100 * Restriction of type "bundle_array". Use this for storing arrays o
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 60 * Key for the boolean restriction in AppRestrictionSchema.
65 * Key for the string restriction in AppRestrictionSchema.
70 * Key for the integer restriction in AppRestrictionSchema.
75 * Key for the choice restriction in AppRestrictionSchema.
80 * Key for the multi-select restriction in AppRestrictionSchema.
176 * read the default value for the "can_say_hello" restriction.
186 for (RestrictionEntry restriction : restrictions) {
187 String key = restriction.getKey();
190 restriction.getSelectedState()));
193 restriction.getSelectedString()))
    [all...]
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 60 * Key for the boolean restriction in AppRestrictionSchema.
65 * Key for the string restriction in AppRestrictionSchema.
70 * Key for the integer restriction in AppRestrictionSchema.
75 * Key for the choice restriction in AppRestrictionSchema.
80 * Key for the multi-select restriction in AppRestrictionSchema.
176 * read the default value for the "can_say_hello" restriction.
186 for (RestrictionEntry restriction : restrictions) {
187 String key = restriction.getKey();
190 restriction.getSelectedState()));
193 restriction.getSelectedString()))
    [all...]
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 60 * Key for the boolean restriction in AppRestrictionSchema.
65 * Key for the string restriction in AppRestrictionSchema.
70 * Key for the integer restriction in AppRestrictionSchema.
75 * Key for the choice restriction in AppRestrictionSchema.
80 * Key for the multi-select restriction in AppRestrictionSchema.
176 * read the default value for the "can_say_hello" restriction.
186 for (RestrictionEntry restriction : restrictions) {
187 String key = restriction.getKey();
190 restriction.getSelectedState()));
193 restriction.getSelectedString()))
    [all...]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 58 private static final String ADD_RESTRICTION_COMMAND = "add-restriction";
303 // so the DISALLOW_DEBUGGING_FEATURES restriction does not work and this test
310 String restriction = "no_debugging_features"; // UserManager.DISALLOW_DEBUGGING_FEATURES local
313 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mUserId);
318 // user once the restriction is in place.
320 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mUserId);
562 String restriction = "no_outgoing_beam"; // UserManager.DISALLOW_OUTGOING_BEAM local
563 String command = "add-restriction";
566 changeUserRestrictionForUser(restriction, command, mUserId);
632 + " --es extra-restriction-key " + ke
    [all...]
  /external/mesa3d/
Android.common.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/egl/drivers/dri2/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/i915/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nouveau/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nv30/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nv50/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nvc0/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/r300/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/r600/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/radeonsi/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/softpipe/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/svga/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/state_trackers/egl/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/i915/drm/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/radeon/drm/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/svga/drm/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/sw/android/
Android.mk 8 # to deal in the Software without restriction, including without limitation

Completed in 2943 milliseconds

1 2 3 4