Searched refs:forceVerifyPath (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/password/ |
D | ChooseLockSettingsHelper.java | 248 @NonNull public Builder setForceVerifyPath(boolean forceVerifyPath) { in setForceVerifyPath() argument 249 mForceVerifyPath = forceVerifyPath; in setForceVerifyPath() 308 boolean returnCredentials, boolean external, boolean forceVerifyPath, in launchConfirmationActivity() argument 317 returnCredentials || forceVerifyPath in launchConfirmationActivity() 320 forceVerifyPath, userId, alternateButton, allowAnyUser, in launchConfirmationActivity() 330 returnCredentials || forceVerifyPath in launchConfirmationActivity() 333 forceVerifyPath, userId, alternateButton, allowAnyUser, in launchConfirmationActivity() 342 boolean external, boolean forceVerifyPath, int userId, in launchConfirmationActivity() argument 355 intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_FORCE_VERIFY, forceVerifyPath); in launchConfirmationActivity()
|