Searched refs:mPasswordType (Results 1 – 1 of 1) sorted by relevance
252 private int mPasswordType = DevicePolicyManager.PASSWORD_QUALITY_NUMERIC; field in ChooseLockPassword.ChooseLockPasswordFragment492 mPasswordType = intent.getIntExtra( in onCreate()545 mIsAlphaMode = DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC == mPasswordType in onViewCreated()546 || DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC == mPasswordType in onViewCreated()547 || DevicePolicyManager.PASSWORD_QUALITY_COMPLEX == mPasswordType; in onViewCreated()