/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.
|
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/ |
ReflectorVpnService.java | 63 final Bundle restrictions = um.getApplicationRestrictions(getPackageName()); local 65 String[] addressArray = restrictions.getStringArray(RESTRICTION_ADDRESSES); 82 String[] routeArray = restrictions.getStringArray(RESTRICTION_ROUTES); 98 String[] allowedArray = restrictions.getStringArray(RESTRICTION_ALLOWED); 113 String[] disallowedArray = restrictions.getStringArray(RESTRICTION_DISALLOWED);
|
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
GetRestrictionsReceiver.java | 111 // The incoming restrictions bundle contains key/value pairs representing existing app 112 // restrictions for this package. In order to retain existing app restrictions, you need to 116 // If app restrictions were not previously configured for the package, create the default 117 // restrictions entries and return them.
|
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
GetRestrictionsReceiver.java | 111 // The incoming restrictions bundle contains key/value pairs representing existing app 112 // restrictions for this package. In order to retain existing app restrictions, you need to 116 // If app restrictions were not previously configured for the package, create the default 117 // restrictions entries and return them.
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
GetRestrictionsReceiver.java | 111 // The incoming restrictions bundle contains key/value pairs representing existing app 112 // restrictions for this package. In order to retain existing app restrictions, you need to 116 // If app restrictions were not previously configured for the package, create the default 117 // restrictions entries and return them.
|
/packages/apps/Settings/src/com/android/settings/ |
RestrictedSettingsFragment.java | 43 * {@link UserManager.hasUserRestriction()}, then the user will have to enter the restrictions 48 * {@link RESTRICT_IF_OVERRIDABLE} to the constructor instead of a restrictions key. 89 * be protected whenever a restrictions provider is set. Pass in 178 * Returns true if this activity is restricted, but no restrictions provider has been set. 194 * Returns true if this restrictions key is locked down.
|
/libcore/ojluni/src/main/java/java/util/ |
Deque.java | 195 * possible to do so immediately without violating capacity restrictions, 202 * time due to capacity restrictions 214 * possible to do so immediately without violating capacity restrictions, 223 * time due to capacity restrictions 235 * violate capacity restrictions. When using a capacity-restricted deque, 253 * violate capacity restrictions. When using a capacity-restricted deque, 354 * (<a href="Collection.html#optional-restrictions">optional</a>) 357 * (<a href="Collection.html#optional-restrictions">optional</a>) 373 * (<a href="Collection.html#optional-restrictions">optional</a>) 376 * (<a href="Collection.html#optional-restrictions">optional</a> [all...] |
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
DeviceAndProfileOwnerTest.java | 132 // Only the DPC can manage app restrictions by default. 136 // Letting the APP_RESTRICTIONS_MANAGING_APP_PKG manage app restrictions too. 141 // The DPC should still be able to manage app restrictions normally. 144 // The app shouldn't be able to manage app restrictions for other users. 154 // Revoking the permission for APP_RESTRICTIONS_MANAGING_APP_PKG to manage restrictions. 158 // The DPC should still be able to manage app restrictions normally. 417 // Sets restrictions and launches non-admin app, that tries to set wallpaper. 438 // Runs test with admin privileges. The test methods set all the tested restrictions 439 // inside. But these restrictions must have no effect on the device/profile owner behavior. 476 // Add restrictions and test if we can install the apk [all...] |
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
MixedModesTest.java | 21 * Test cases for the more complex scenarios where multiple restrictions (like Battery Saver Mode 59 * Tests all DS ON and BS ON scenarios from network-policy-restrictions.md on metered networks. 130 * Tests all DS ON and BS ON scenarios from network-policy-restrictions.md on non-metered
|
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/res/xml/ |
app_restrictions.xml | 16 <restrictions xmlns:android="http://schemas.android.com/apk/res/android"> 75 <!-- Bundle restriction; useful for grouping restrictions --> 117 </restrictions>
|
/developers/samples/android/admin/AppRestrictionSchema/Application/src/main/res/xml/ |
app_restrictions.xml | 16 <restrictions xmlns:android="http://schemas.android.com/apk/res/android"> 75 <!-- Bundle restriction; useful for grouping restrictions --> 117 </restrictions>
|
/development/samples/browseable/AppRestrictionSchema/res/xml/ |
app_restrictions.xml | 16 <restrictions xmlns:android="http://schemas.android.com/apk/res/android"> 75 <!-- Bundle restriction; useful for grouping restrictions --> 117 </restrictions>
|
/external/autotest/client/site_tests/security_ptraceRestrictions/ |
security_ptraceRestrictions.py | 56 # Verify Yama exists and has ptrace restrictions enabled. 65 utils.system("su -c 'bash -x ./ptrace-restrictions.sh' chronos", 68 utils.system("bash -x ./root-ptrace-restrictions.sh chronos",
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
UninstallDropTarget.java | 43 Bundle restrictions = userManager.getUserRestrictions(); local 44 if (restrictions.getBoolean(UserManager.DISALLOW_APPS_CONTROL, false) 45 || restrictions.getBoolean(UserManager.DISALLOW_UNINSTALL_APPS, false)) {
|
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/ |
CarPropertyConfigTest.java | 43 // We didn't assign any restrictions to WINDOW_DRIVER area. 64 // We didn't assign any restrictions to WINDOW_DRIVER area. 88 // We didn't assign any restrictions to WINDOW_DRIVER area.
|