Searched refs:mRequirePassword (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/ |
D | ChooseLockGeneric.java | 117 private boolean mRequirePassword; field in ChooseLockGeneric.ChooseLockGenericFragment 281 mRequirePassword = false; // device encryption not enabled or not device owner. in maybeEnableEncryption() 628 intent = getLockManagedPasswordIntent(mRequirePassword, mUserPassword); in getIntentForUnlockMethod() 637 maxLength, mRequirePassword, mChallenge, mUserId); in getIntentForUnlockMethod() 640 maxLength, mRequirePassword, mUserPassword, mUserId); in getIntentForUnlockMethod() 644 intent = getLockPatternIntent(context, mRequirePassword, in getIntentForUnlockMethod() 647 intent = getLockPatternIntent(context, mRequirePassword, in getIntentForUnlockMethod()
|