Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DBiometricUtils.java123 public static Intent getChooseLockIntent(@NonNull Context context, in getChooseLockIntent() method in BiometricUtils
H A DBiometricEnrollIntroduction.java274 Intent intent = BiometricUtils.getChooseLockIntent(this, getIntent()); in launchChooseLock()
H A DBiometricEnrollActivity.java530 Intent intent = BiometricUtils.getChooseLockIntent(this, getIntent());
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/combination/
H A DBiometricsSettingsBase.java228 Intent intent = BiometricUtils.getChooseLockIntent(getActivity(), getIntent()); in launchChooseOrConfirmLock()