Searched refs:DISALLOW_AUTOFILL (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | AutofillRestrictionsTest.java | 19 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()
|
D | DevicePolicyLoggingTest.java | 78 UserManager.DISALLOW_AUTOFILL); in testSetUserRestrictionLogged() 80 UserManager.DISALLOW_AUTOFILL); in testSetUserRestrictionLogged()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 180 public static final String DISALLOW_AUTOFILL = "no_autofill"; field in CommonUserRestrictions 314 DISALLOW_AUTOFILL,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 55 UserManager.DISALLOW_AUTOFILL,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 44 UserManager.DISALLOW_AUTOFILL,
|
D | DeviceOwnerUserRestrictionsTest.java | 57 UserManager.DISALLOW_AUTOFILL,
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | UserRestrictionsTest.java | 78 CommonUserRestrictions.DISALLOW_AUTOFILL, 134 CommonUserRestrictions.DISALLOW_AUTOFILL,
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | DeviceAndProfileOwnerTest.java | 152 private static final String DISALLOW_AUTOFILL = "no_autofill"; field in DeviceAndProfileOwnerTest 941 .setStrings(DISALLOW_AUTOFILL, NOT_CALLED_FROM_PARENT) in testSetUserRestrictionLogged() 945 .setStrings(DISALLOW_AUTOFILL, NOT_CALLED_FROM_PARENT) in testSetUserRestrictionLogged()
|
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/devicepolicy/ |
D | DevicePolicyTest.java | 76 private static final String USER_RESTRICTION = UserManager.DISALLOW_AUTOFILL;
|
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/ |
D | DeviceStateTest.java | 176 private static final String USER_RESTRICTION = UserManager.DISALLOW_AUTOFILL;
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34047 field public static final String DISALLOW_AUTOFILL = "no_autofill";
|