HomeSort by relevance Sort by last modified time
    Searched defs:clearUserRestriction (Results 1 - 25 of 37) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
ProfileGlobalRestrictionsTest.java 33 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, ENSURE_VERIFY_APPS);
BaseUserRestrictionsTest.java 149 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, restriction);
183 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, restriction);
276 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, restriction);
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/provisioning/
UserRestrictionTest.java 58 dpm.clearUserRestriction(admin, restriction);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
PolicyTransparencyTest.java 82 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, restriction);
AllowedAccountManagementTest.java 54 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
61 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
AlwaysOnVpnTest.java 76 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
AudioRestrictionTest.java 74 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
99 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
113 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
142 mDevicePolicyManager.clearUserRestriction(
AutofillRestrictionsTest.java 50 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, DISALLOW_AUTOFILL);
CustomizationRestrictionsTest.java 57 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, mRestriction);
SetPolicyActivity.java 85 dpm.clearUserRestriction(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
NfcTestActivity.java 71 mDevicePolicyManager.clearUserRestriction(mAdminReceiverComponent,
111 mDevicePolicyManager.clearUserRestriction(mAdminReceiverComponent,
VpnTestActivity.java 77 mDevicePolicyManager.clearUserRestriction(mAdminReceiverComponent,
ByodHelperActivity.java 346 mDevicePolicyManager.clearUserRestriction(
512 mDevicePolicyManager.clearUserRestriction(mAdminReceiverComponent,
CommandReceiverActivity.java 201 mDpm.clearUserRestriction(mAdmin, restrictionKey);
574 mDpm.clearUserRestriction(mAdmin, UserManager.DISALLOW_CONFIG_BLUETOOTH);
575 mDpm.clearUserRestriction(mAdmin, UserManager.DISALLOW_CONFIG_VPN);
576 mDpm.clearUserRestriction(mAdmin, UserManager.DISALLOW_DATA_ROAMING);
577 mDpm.clearUserRestriction(mAdmin, UserManager.DISALLOW_USER_SWITCH);
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SetPolicyActivity.java 74 dpm.clearUserRestriction(admin, restrictionKey);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothSharingRestrictionTest.java 62 mDevicePolicyManager.clearUserRestriction(
CrossProfileUtils.java 101 dpm.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
SetPolicyActivity.java 78 dpm.clearUserRestriction(
DisallowSharingIntoProfileTest.java 172 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT,
  /cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferOutgoingTest.java 189 dpm.clearUserRestriction(mOutgoingComponentName, restriction);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDevicePolicyManager.java 84 public void clearUserRestriction(ComponentName admin, String key) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDevicePolicyManagerTest.java 242 // WHEN DevicePolicyManager#clearUserRestriction is called with the key
243 devicePolicyManager.clearUserRestriction(testComponent, restrictionKey);
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 

Completed in 285 milliseconds

1 2