Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/
H A DDetachedResourceRequestTest.java266 () -> mConnection.onHandledIntent(session, prepareIntent(url, ORIGIN))); in testParallelRequestCompletionFailureCallback()
519 () -> mConnection.onHandledIntent(session, prepareIntent(url, ORIGIN))); in testCanStartParallelRequest()
538 () -> mConnection.onHandledIntent(session, prepareIntent(url, ORIGIN))); in testCanSetCookie()
676 () -> mConnection.onHandledIntent(session, prepareIntent(url, ORIGIN))); in waitForDetachedRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/
H A DLaunchIntentDispatcher.java368 CustomTabsConnection.getInstance().onHandledIntent( in launchCustomTabActivity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/
H A DCustomTabsConnection.java865 public void onHandledIntent(CustomTabsSessionToken session, Intent intent) { in onHandledIntent() method in CustomTabsConnection