Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollActivity.java120 private Bundle mPassThroughExtrasFromChosenLockInSuw = null; field in BiometricEnrollActivity
155 mPassThroughExtrasFromChosenLockInSuw = savedInstanceState.getBundle( in onCreate()
377 mPassThroughExtrasFromChosenLockInSuw);
394 mPassThroughExtrasFromChosenLockInSuw = data.getExtras();
584 if (mPassThroughExtrasFromChosenLockInSuw != null) {
585 intent.putExtras(mPassThroughExtrasFromChosenLockInSuw);