Lines Matching refs:mDPM
106 private DevicePolicyManager mDPM;
136 mDPM = (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE);
416 int minQuality = mDPM.getPasswordQuality(null, mUserId);
445 int adminEnforcedQuality = mDPM.getPasswordQuality(null, mUserId);
627 int minLength = mDPM.getPasswordMinimumLength(null, mUserId);
631 final int maxLength = mDPM.getPasswordMaximumLength(quality);