HomeSort by relevance Sort by last modified time
    Searched full:fallbackintent (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 349 Intent fallBackIntent = new Intent().setClass(getActivity(),
351 fallBackIntent.putExtra(LockPatternUtils.LOCKSCREEN_BIOMETRIC_WEAK_FALLBACK, true);
352 fallBackIntent.putExtra(CONFIRM_CREDENTIALS, false);
353 fallBackIntent.putExtra(EXTRA_SHOW_FRAGMENT_TITLE,
361 PendingIntent pending = PendingIntent.getActivity(getActivity(), 0, fallBackIntent, 0);

Completed in 53 milliseconds