Searched refs:restriction (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java72 * <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;
[all...]
H A DRestrictionEntry.java29 * 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
59 * Internal restriction type. Use this for storing a string value, typically presented as
105 /** The type of restriction. */
108 /** The unique key that identifies the restriction. */
111 /** The user-visible title of the restriction. */
114 /** The user-visible secondary description of the restriction. */
126 /* The chosen value, whose content depends on the type of the restriction. */
141 * @param type the restriction type.
142 * @param key the unique key for this restriction
[all...]
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointPolicy.java69 int restriction, boolean ishomesp) {
79 mRestriction = restriction;
355 " ssid=" + mSsid + " restriction=" + mRestriction +
67 WifiPasspointPolicy(String name, String ssid, String bssid, WifiPasspointCredential pc, int restriction, boolean ishomesp) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java980 String restriction = sSettingToUserRestrictionMap.get(setting);
981 if (restriction == null) {
984 return mUserManager.hasUserRestriction(restriction, new UserHandle(userId));
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java1750 String restriction = AppOpsManager.opToRestriction(i);
1751 if (restriction != null) {
1752 opRestrictions[i] = restrictions.getBoolean(restriction, false);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3287 void enforceShellRestriction(String restriction, int callingUid, int userHandle) { argument
3290 && sUserManager.hasUserRestriction(restriction, userHandle)) {
7110 // with it. Better to just have the restriction here, be
13099 // Regardless of writeSettings we need to ensure that this restriction
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2988 // Don't allow the client index restriction to push it down farther in the
3597 void enforceShellRestriction(String restriction, int userHandle) { argument
3600 || mUserManager.hasUserRestriction(restriction, userHandle)) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 274 milliseconds