Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/
H A DCustomTabActivityClientConnectionKeeper.java68 mConnection.dontKeepAliveForSession(mIntentDataProvider.getSession()); in onStopWithNative()
H A DCustomTabsConnection.java1338 void dontKeepAliveForSession(CustomTabsSessionToken session) { in dontKeepAliveForSession() method in CustomTabsConnection
1339 mClientManager.dontKeepAliveForSession(session); in dontKeepAliveForSession()
H A DClientManager.java751 public synchronized void dontKeepAliveForSession(CustomTabsSessionToken session) { in dontKeepAliveForSession() method in ClientManager