Searched defs:setAppLinkIntentUri (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
H A DPreviewChannel.java100 builder.setAppLinkIntentUri(Uri.parse(cursor.getString(Columns.COL_APP_LINK_INTENT_URI)));
413 return setAppLinkIntentUri(Uri.parse(appLinkIntent.toUri(Intent.URI_INTENT_SCHEME)));
424 public Builder setAppLinkIntentUri(Uri appLinkIntentUri) { method in class:PreviewChannel.Builder
562 + " Use method setAppLinkIntent or setAppLinkIntentUri to set it.");
H A DChannel.java493 builder.setAppLinkIntentUri(Uri.parse(cursor.getString(index)));
811 return setAppLinkIntentUri(Uri.parse(appLinkIntent.toUri(Intent.URI_INTENT_SCHEME)));
823 public Builder setAppLinkIntentUri(Uri appLinkIntentUri) { method in class:Channel.Builder

Completed in 63 milliseconds