HomeSort by relevance Sort by last modified time
    Searched defs:CustomTabsIntent (Results 1 - 2 of 2) sorted by null

  /frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
TrustedWebUtilsTest.java 51 CustomTabsIntent customTabsIntent = new CustomTabsIntent.Builder().build();
53 mActivityTestRule.getActivity(), customTabsIntent, Uri.EMPTY);
60 CustomTabsIntent customTabsIntent = new CustomTabsIntent.Builder(mockSession).build();
62 mActivityTestRule.getActivity(), customTabsIntent, Uri.EMPTY);
64 customTabsIntent.intent.getExtras(), CustomTabsIntent.EXTRA_SESSION))
    [all...]
  /frameworks/support/browser/src/main/java/androidx/browser/customtabs/
CustomTabsIntent.java 45 * You are strongly encouraged to use {@link CustomTabsIntent.Builder}.</p>
47 public final class CustomTabsIntent {
187 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
199 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
211 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
219 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
266 private CustomTabsIntent(Intent intent, Bundle startAnimationBundle) {
272 * Builder class for {@link CustomTabsIntent} objects.
282 * Creates a {@link CustomTabsIntent.Builder} object associated with no
290 * Creates a {@link CustomTabsIntent.Builder} object associated with a give
    [all...]

Completed in 66 milliseconds