HomeSort by relevance Sort by last modified time
    Searched refs:DISALLOW_AUTOFILL (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AutofillRestrictionsTest.java 23 import static android.os.UserManager.DISALLOW_AUTOFILL;
50 mDevicePolicyManager.clearUserRestriction(ADMIN_RECEIVER_COMPONENT, DISALLOW_AUTOFILL);
61 mDevicePolicyManager.addUserRestriction(ADMIN_RECEIVER_COMPONENT, DISALLOW_AUTOFILL);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DeviceOwnerUserRestrictionsTest.java 58 UserManager.DISALLOW_AUTOFILL
SecondaryProfileOwnerUserRestrictionsTest.java 45 UserManager.DISALLOW_AUTOFILL
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 112 UserManager.DISALLOW_AUTOFILL,
  /frameworks/base/services/autofill/java/com/android/server/autofill/
AutofillManagerService.java 160 final boolean disabled = umi.getUserRestriction(userId, UserManager.DISALLOW_AUTOFILL);
170 newRestrictions.getBoolean(UserManager.DISALLOW_AUTOFILL, false);
  /frameworks/base/core/java/android/os/
UserManager.java 751 public static final String DISALLOW_AUTOFILL = "no_autofill";
    [all...]

Completed in 70 milliseconds