Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DChooseLockGeneric.java478 Intent unlockMethodIntent = getIntentForUnlockMethod(quality); in maybeEnableEncryption()
856 Intent intent = getIntentForUnlockMethod(quality); in updateUnlockMethodAndFinish()
889 private Intent getIntentForUnlockMethod(int quality) { in getIntentForUnlockMethod() method in ChooseLockGeneric.ChooseLockGenericFragment