Home | History | Annotate | Download | only in locksettings

Lines Matching defs:hasFile

337         return hasFile(getChildProfileLockFile(userId));
341 return hasFile(getLockPasswordFilename(userId)) ||
342 hasFile(getLegacyLockPasswordFilename(userId));
346 return hasFile(getLockPatternFilename(userId)) ||
347 hasFile(getBaseZeroLockPatternFilename(userId)) ||
348 hasFile(getLegacyLockPatternFilename(userId));
355 private boolean hasFile(String name) {
363 if (mCache.hasFile(name)) {
814 boolean hasFile(String fileName) {