Searched refs:cachedIntent (Results 1 – 1 of 1) sorted by relevance
242 public void onStartActivity(Intent startIntent, Intent cachedIntent) { in onStartActivity() argument243 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()