Home
last modified time | relevance | path

Searched refs:DISALLOW_AUTOFILL (Results 1 – 5 of 5) 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.java92 UserManager.DISALLOW_AUTOFILL); in testSetUserRestrictionLogged()
94 UserManager.DISALLOW_AUTOFILL); in testSetUserRestrictionLogged()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DDeviceOwnerUserRestrictionsTest.java60 UserManager.DISALLOW_AUTOFILL,
DSecondaryProfileOwnerUserRestrictionsTest.java47 UserManager.DISALLOW_AUTOFILL,
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java161 private static final String DISALLOW_AUTOFILL = "no_autofill"; field in DeviceAndProfileOwnerTest
1672 .setStrings(DISALLOW_AUTOFILL) in testSetUserRestrictionLogged()
1676 .setStrings(DISALLOW_AUTOFILL) in testSetUserRestrictionLogged()