Searched refs:EXTRA_RESTORE_SESSION_TOKEN (Results 1 – 3 of 3) sorted by relevance
325 intent.putExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN, token); in applyCustomDescription()
2471 && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { in onStop()2476 mIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)); in onStop()6237 if (mIntent != null && mIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)) { in finish()6239 mIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN)); in finish()
207 public static final String EXTRA_RESTORE_SESSION_TOKEN = field in AutofillManager