Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusUtils.java188 int introRes = getIntroRes(faceAllowed, fingerprintAllowed); in getIntroForActiveUnlock() local
189 return introRes == 0 ? "" : mContext.getString(introRes); in getIntroForActiveUnlock()