Searched refs:lpu (Results 1 – 5 of 5) sorted by relevance
49 LockPatternUtils lpu = new LockPatternUtils(context); in newInstance() local58 return new RestrictedProfilePinStorage(lpu, ownerUserId, connection); in newInstance()62 RestrictedProfilePinStorage(LockPatternUtils lpu, int ownerUserId, in RestrictedProfilePinStorage() argument64 mLockPatternUtils = lpu; in RestrictedProfilePinStorage()
159 final LockPatternUtils lpu = new LockPatternUtils(this); in hasLockscreenSecurity() local160 return lpu.isLockPasswordEnabled(userId) || lpu.isLockPatternEnabled(userId); in hasLockscreenSecurity()
747 final LockPatternUtils lpu = new LockPatternUtils(context); in getCredentialType() local748 return lpu.getCredentialTypeForUser(userId); in getCredentialType()
447 LockPatternUtils lpu = new LockPatternUtils(getActivity()); in hasLockscreenSecurity() local448 return lpu.isSecure(UserHandle.myUserId()); in hasLockscreenSecurity()