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 59 UserManager.DISALLOW_AUTOFILL,
SecondaryProfileOwnerUserRestrictionsTest.java 46 UserManager.DISALLOW_AUTOFILL,
  /frameworks/base/services/autofill/java/com/android/server/autofill/
AutofillManagerService.java 182 final boolean disabled = umi.getUserRestriction(userId, UserManager.DISALLOW_AUTOFILL);
192 newRestrictions.getBoolean(UserManager.DISALLOW_AUTOFILL, false);
    [all...]
  /frameworks/base/core/java/android/os/
UserManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 120 UserManager.DISALLOW_AUTOFILL,
    [all...]

Completed in 236 milliseconds