Searched refs:mIsPin (Results 1 – 3 of 3) sorted by relevance
57 private boolean mIsPin; field in ConfirmLockPinPasswordFragment90 return mIsPin ? R.layout.confirm_lock_pin : R.layout.confirm_lock_password; in getLayoutId()118 mIsPin = args.getBoolean(EXTRA_IS_PIN); in onCreate()138 if (mIsPin) { in onViewCreated()146 if (mIsPin) { in onViewCreated()209 if (mIsPin) { in getEnteredPassword()312 mIsPin ? R.string.lockscreen_wrong_pin in onCheckCompleted()314 if (mIsPin) { in onCheckCompleted()320 if (!mIsPin) { in onCheckCompleted()
48 private final boolean mIsPin; field in PasswordHelper51 mIsPin = isPin; in PasswordHelper()59 return mIsPin ? DevicePolicyManager.PASSWORD_QUALITY_NUMERIC : in getPasswordQuality()71 return mIsPin ? validatePin(password.getCredential()) in validate()82 return mIsPin ? translateSettingsToSuwError(validatePin(password)) in validateSetupWizard()94 return mIsPin ? convertPinErrorCodeToMessages(context, errorCode) : in convertErrorCodeToMessages()
71 private boolean mIsPin; field in ChooseLockPinPasswordFragment122 return mIsPin ? R.layout.choose_lock_pin : R.layout.choose_lock_password; in getLayoutId()128 return mIsPin ? R.string.security_lock_pin : R.string.security_lock_password; in getTitleId()138 mIsPin = args.getBoolean(EXTRA_IS_PIN); in onCreate()145 mPasswordHelper = new PasswordHelper(mIsPin); in onCreate()207 if (mIsPin) { in onViewCreated()277 if (mIsPin) { in getEnteredPassword()321 if (mIsPin) { in updateSubmitButtonsState()413 if (mIsPin) { in updateUi()