Searched refs:CustomTabsClient (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/browser/src/main/java/androidx/browser/customtabs/
H A DCustomTabsServiceConnection.java33 onCustomTabsServiceConnected(name, new CustomTabsClient(
41 * @param client {@link CustomTabsClient} that contains the {@link IBinder} with which the
45 public abstract void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient client);
H A DCustomTabsClient.java46 public class CustomTabsClient { class
52 CustomTabsClient(ICustomTabsService service, ComponentName componentName) { method in class:CustomTabsClient
64 * return a {@link CustomTabsClient} on
66 * #onCustomTabsServiceConnected(ComponentName, CustomTabsClient)}
144 ComponentName name, CustomTabsClient client) {
/frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
H A DPostMessageTest.java91 public void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient client) {

Completed in 32 milliseconds