Searched refs:mPasswordType (Results 1 – 1 of 1) sorted by relevance
234 private int mPasswordType = DevicePolicyManager.PASSWORD_QUALITY_NUMERIC; field in ChooseLockPassword.ChooseLockPasswordFragment437 mPasswordType = intent.getIntExtra( in onCreate()510 mIsAlphaMode = DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC == mPasswordType in onViewCreated()511 || DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC == mPasswordType in onViewCreated()512 || DevicePolicyManager.PASSWORD_QUALITY_COMPLEX == mPasswordType; in onViewCreated()