Home
last modified time | relevance | path

Searched refs:fingerprintAllowed (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusUtils.java163 final boolean fingerprintAllowed = Utils.hasFingerprintHardware(mContext); in getTitleForActiveUnlock()
164 return mContext.getString(getTitleRes(faceAllowed, fingerprintAllowed)); in getTitleForActiveUnlock()
186 final boolean fingerprintAllowed = Utils.hasFingerprintHardware(mContext); in getIntroForActiveUnlock()
188 int introRes = getIntroRes(faceAllowed, fingerprintAllowed); in getIntroForActiveUnlock()
212 final boolean fingerprintAllowed = Utils.hasFingerprintHardware(mContext); in getUnlockDeviceSummaryForActiveUnlock()
214 return mContext.getString(getUnlockDeviceSummaryRes(faceAllowed, fingerprintAllowed)); in getUnlockDeviceSummaryForActiveUnlock()
238 final boolean fingerprintAllowed = Utils.hasFingerprintHardware(mContext); in getSummaryWhenBiometricSetupRequired()
240 int summaryRes = getSetupBiometricRes(faceAllowed, fingerprintAllowed); in getSummaryWhenBiometricSetupRequired()
245 private static int getSetupBiometricRes(boolean faceAllowed, boolean fingerprintAllowed) { in getSetupBiometricRes() argument
246 if (faceAllowed && fingerprintAllowed) { in getSetupBiometricRes()
[all …]