Searched refs:faceAllowed (Results 1 – 1 of 1) sorted by relevance
162 final boolean faceAllowed = Utils.hasFaceHardware(mContext); in getTitleForActiveUnlock()164 return mContext.getString(getTitleRes(faceAllowed, fingerprintAllowed)); in getTitleForActiveUnlock()185 final boolean faceAllowed = Utils.hasFaceHardware(mContext); in getIntroForActiveUnlock()188 int introRes = getIntroRes(faceAllowed, fingerprintAllowed); in getIntroForActiveUnlock()211 final boolean faceAllowed = Utils.hasFaceHardware(mContext); in getUnlockDeviceSummaryForActiveUnlock()214 return mContext.getString(getUnlockDeviceSummaryRes(faceAllowed, fingerprintAllowed)); in getUnlockDeviceSummaryForActiveUnlock()237 final boolean faceAllowed = Utils.hasFaceHardware(mContext); in getSummaryWhenBiometricSetupRequired()240 int summaryRes = getSetupBiometricRes(faceAllowed, fingerprintAllowed); in getSummaryWhenBiometricSetupRequired()245 private static int getSetupBiometricRes(boolean faceAllowed, boolean fingerprintAllowed) { in getSetupBiometricRes() argument246 if (faceAllowed && fingerprintAllowed) { in getSetupBiometricRes()[all …]