HomeSort by relevance Sort by last modified time
    Searched refs:restriction (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /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
  /frameworks/base/core/java/android/content/
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...]
  /hardware/intel/img/psb_video/fw/msvdx/
Android.mk 5 # "Software"), to deal in the Software without restriction, including
  /hardware/intel/img/psb_video/fw/topazhp/
Android.mk 5 # "Software"), to deal in the Software without restriction, including
  /hardware/intel/img/psb_video/fw/topazsc/
Android.mk 5 # "Software"), to deal in the Software without restriction, including
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 70 private static final String ADD_RESTRICTION_COMMAND = "add-restriction";
320 // so the DISALLOW_DEBUGGING_FEATURES restriction does not work and this test
327 String restriction = "no_debugging_features"; // UserManager.DISALLOW_DEBUGGING_FEATURES local
330 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mProfileUserId);
335 // user once the restriction is in place.
337 changeUserRestrictionForUser(restriction, ADD_RESTRICTION_COMMAND, mProfileUserId);
538 String restriction = "no_outgoing_beam"; // UserManager.DISALLOW_OUTGOING_BEAM local
539 String command = "add-restriction";
542 changeUserRestrictionForUser(restriction, command, mProfileUserId);
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 375 // Restriction may be set by system or something else via UserManager.setUserRestriction().
382 * @param restriction The restriction, that if is set, blocks the menu item.
385 public RestrictedMenuItem(Context context, String title, String restriction,
393 restriction, myUserId);
395 restriction, myUserId);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /hardware/bsp/intel/peripheral/libmraa/examples/javascript/
bmp85.js 9 * "Software"), to deal in the Software without restriction, including
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerPositiveTestActivity.java 317 private Intent createSetUserRestrictionIntent(String restriction) {
321 .putExtra(CommandReceiverActivity.EXTRA_USER_RESTRICTION, restriction)
  /external/mesa3d/src/gallium/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/targets/egl-static/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/glsl/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/mapi/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 470 private void disablePreferenceIfManaged(String key, String restriction) {
474 if (RestrictedLockUtils.hasBaseUserRestriction(getActivity(), restriction,
478 pref.checkRestrictionAndSetDisabled(restriction);

Completed in 274 milliseconds

12 3 4 5