Home
last modified time | relevance | path

Searched refs:restrictions (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnTest.java80 final Bundle restrictions = new Bundle(); in testAllowedApps() local
81 restrictions.putStringArray(RESTRICTION_ALLOWED, new String[] {mPackageName}); in testAllowedApps()
83 restrictions); in testAllowedApps()
89 final Bundle restrictions = new Bundle(); in testDisallowedApps() local
90 restrictions.putStringArray(RESTRICTION_DISALLOWED, new String[] {mPackageName}); in testDisallowedApps()
92 restrictions); in testDisallowedApps()
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java80 final Bundle restrictions = um.getApplicationRestrictions(getPackageName()); in start() local
82 String[] addressArray = restrictions.getStringArray(RESTRICTION_ADDRESSES); in start()
99 String[] routeArray = restrictions.getStringArray(RESTRICTION_ROUTES); in start()
115 String[] allowedArray = restrictions.getStringArray(RESTRICTION_ALLOWED); in start()
130 String[] disallowedArray = restrictions.getStringArray(RESTRICTION_DISALLOWED); in start()
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
DApplicationRestrictionsActivity.java52 Bundle restrictions = mUserManager.getApplicationRestrictions(getPackageName()); in handleIntent() local
55 .putExtra("value", restrictions)); in handleIntent()
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT50 This file will describe the copyrights, license, and restrictions which apply
60 licenses, and/or restrictions:
DRationale36 restrictions. In the past, the C versions distributed by Rick
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java485 Bundle restrictions = mDevicePolicyManager.getUserRestrictions(mAdminReceiverComponent); in isUnknownSourcesRestrictionSet() local
486 return restrictions.getBoolean(DISALLOW_INSTALL_UNKNOWN_SOURCES, false); in isUnknownSourcesRestrictionSet()