Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DSetupSkipDialog.java89 final int screenLockResId; in getBiometricsBuilder() local
92 screenLockResId = R.string.unlock_set_unlock_pattern_title; in getBiometricsBuilder()
96 screenLockResId = R.string.unlock_set_unlock_password_title; in getBiometricsBuilder()
101 screenLockResId = R.string.unlock_set_unlock_pin_title; in getBiometricsBuilder()
108 .setTitle(getSkipSetupTitle(screenLockResId, hasFingerprint, in getBiometricsBuilder()
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupSkipDialogTest.java89 final int screenLockResId; in getSkipSetupTitle() local
92 screenLockResId = R.string.unlock_set_unlock_pattern_title; in getSkipSetupTitle()
95 screenLockResId = R.string.unlock_set_unlock_password_title; in getSkipSetupTitle()
99 screenLockResId = R.string.unlock_set_unlock_pin_title; in getSkipSetupTitle()
104 mActivity.getString(screenLockResId), hasFingerprint, hasFace)); in getSkipSetupTitle()