HomeSort by relevance Sort by last modified time
    Searched full:restrictions (Results 51 - 75 of 5346) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tinyxml2/
NOTICE 7 redistribute it freely, subject to the following restrictions:
  /external/webrtc/webrtc/system_wrappers/include/
compile_assert_c.h 18 // Use this macro to verify at compile time that certain restrictions are met.
  /frameworks/base/core/java/android/os/
UserManager.java 113 * <p>Key for user restrictions.
126 * <p>Key for user restrictions.
138 * <p>Key for user restrictions.
150 * <p>Key for user restrictions.
164 * <p>Key for user restrictions.
177 * <p>Key for user restrictions.
191 * <p>Key for user restrictions.
204 * <p>Key for user restrictions.
216 * <p>Key for user restrictions.
230 * <p>Key for user restrictions
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
jar.go 25 // restrictions such as in RFC 6265.
  /prebuilts/go/linux-x86/src/net/http/
jar.go 25 // restrictions such as in RFC 6265.
  /prebuilts/misc/windows/sdl2/
COPYING.txt 11 freely, subject to the following restrictions:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
relocs1.s 16 or R0,R0,R0 ;nop to conform to scheduling restrictions
  /frameworks/base/core/tests/coretests/res/xml/
app_restrictions.xml 17 <restrictions xmlns:android="http://schemas.android.com/apk/res/android">
55 </restrictions
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 146 void setRestrictions(ArrayList<RestrictionEntry> restrictions) {
147 this.mRestrictions = restrictions;
428 // If the app is required and has no restrictions, skip showing it
482 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( local
484 RestrictionEntry locationRestriction = restrictions.get(0);
486 p.setRestrictions(restrictions);
593 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); local
594 if (restrictions != null) {
595 for (RestrictionEntry entry : restrictions) {
619 RestrictionsManager.convertRestrictionsToBundle(restrictions),
662 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 154 private static final String TAG_RESTRICTIONS = "restrictions";
251 * User restrictions set via UserManager. This doesn't include restrictions set by
258 * (Otherwise we won't be able to detect what restrictions have changed in
265 * Cached user restrictions that are in effect -- i.e. {@link #mBaseUserRestrictions} combined
266 * with device / profile owner restrictions. We'll initialize it lazily; use
273 * (Otherwise we won't be able to detect what restrictions have changed in
280 * User restrictions that have already been applied in
281 * {@link #updateUserRestrictionsInternalLR(Bundle, int)}. We use it to detect restrictions
289 * User restrictions set by {@link com.android.server.devicepolicy.DevicePolicyManagerService
1180 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId); local
1195 Bundle restrictions = getEffectiveUserRestrictions(userId); local
1801 Bundle restrictions = new Bundle(); local
2310 Bundle restrictions = new Bundle(); local
2654 final Bundle restrictions = new Bundle(); local
    [all...]
  /cts/hostsidetests/devicepolicy/app/AppRestrictionsManagingApp/src/com/android/cts/apprestrictions/managingapp/
ApplicationRestrictionsManagerTest.java 34 * Tests that a package other than the DPC can manage app restrictions if allowed by the DPC
98 "cannot manage application restrictions", expected.getMessage());
105 "cannot manage application restrictions", expected.getMessage());
108 // Should still be able to retrieve our own restrictions via user manager
120 // Check that the target app can retrieve the same restrictions.