Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricUtils.java204 public static Intent getChooseLockIntent(@NonNull Context context, in getChooseLockIntent() method in BiometricUtils
229 public static Intent getChooseLockIntent(@NonNull Context context, in getChooseLockIntent() method in BiometricUtils
DBiometricEnrollIntroduction.java336 Intent intent = BiometricUtils.getChooseLockIntent(this, getIntent()); in launchChooseLock()
DBiometricEnrollActivity.java703 Intent intent = BiometricUtils.getChooseLockIntent(this, getIntent());
/packages/apps/Settings/src/com/android/settings/biometrics/combination/
DBiometricsSettingsBase.java393 Intent intent = BiometricUtils.getChooseLockIntent(getActivity(), getIntent()); in launchChooseOrConfirmLock()