Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java242 public void onStartActivity(Intent startIntent, Intent cachedIntent) { in onStartActivity() argument
243 if (cachedIntent != null in onStartActivity()
244 && cachedIntent.hasExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN) in onStartActivity()
245 && cachedIntent.hasExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY)) { in onStartActivity()
250 cachedIntent.getIBinderExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN); in onStartActivity()
252 cachedIntent.removeExtra(AutofillManager.EXTRA_RESTORE_SESSION_TOKEN); in onStartActivity()
253 cachedIntent.removeExtra(AutofillManager.EXTRA_RESTORE_CROSS_ACTIVITY); in onStartActivity()