Searched refs:EXTRA_RESTORE_SESSION_TOKEN (Results 1 – 4 of 4) sorted by relevance
182 && intent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN) in onActivityStopped()214 if (intent != null && intent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { in onActivityFinish()225 if (intent != null && intent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { in onActivityBackPressed()244 && cachedIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN) in onStartActivity()250 cachedIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN); in onStartActivity()252 cachedIntent.removeExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN); in onStartActivity()255 startIntent.putExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN, token); in onStartActivity()266 intent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN); in restoreAutofillSaveUi()268 intent.removeExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN); in restoreAutofillSaveUi()
290 public static final String EXTRA_RESTORE_SESSION_TOKEN = field in AutofillManager
537 intent.putExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN, token); in startIntentSenderWithRestore()
58711 Landroid/view/autofill/AutofillManager;->EXTRA_RESTORE_SESSION_TOKEN:Ljava/lang/String;