Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAutofillRestrictionsTest.java19 import static android.os.UserManager.DISALLOW_AUTOFILL;
52 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, DISALLOW_AUTOFILL); in tearDown()
63 mDevicePolicyManager.addUserRestriction(ADMIN_RECEIVER_COMPONENT, DISALLOW_AUTOFILL); in testDisallowAutofill_allowed()
DDevicePolicyLoggingTest.java100 UserManager.DISALLOW_AUTOFILL); in testSetUserRestrictionLogged()
102 UserManager.DISALLOW_AUTOFILL); in testSetUserRestrictionLogged()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java58 UserManager.DISALLOW_AUTOFILL,
DSecondaryProfileOwnerUserRestrictionsTest.java47 UserManager.DISALLOW_AUTOFILL,
DDeviceOwnerUserRestrictionsTest.java60 UserManager.DISALLOW_AUTOFILL,
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java179 private static final String DISALLOW_AUTOFILL = "no_autofill"; field in DeviceAndProfileOwnerTest
1456 .setStrings(DISALLOW_AUTOFILL, NOT_CALLED_FROM_PARENT) in testSetUserRestrictionLogged()
1460 .setStrings(DISALLOW_AUTOFILL, NOT_CALLED_FROM_PARENT) in testSetUserRestrictionLogged()