Searched refs:appLinkIntentUri (Results 1 – 2 of 2) sorted by relevance
22 private String appLinkIntentUri; field in Subscription29 String name, String description, String appLinkIntentUri, int channelLogo) { in Subscription() argument32 this.appLinkIntentUri = appLinkIntentUri; in Subscription()37 String name, String description, String appLinkIntentUri, int channelLogo) { in createSubscription() argument38 return new Subscription(name, description, appLinkIntentUri, channelLogo); in createSubscription()58 return appLinkIntentUri; in getAppLinkIntentUri()61 public void setAppLinkIntentUri(String appLinkIntentUri) { in setAppLinkIntentUri() argument62 this.appLinkIntentUri = appLinkIntentUri; in setAppLinkIntentUri()
89 Uri appLinkIntentUri = Uri.parse(subscription.getAppLinkIntentUri()); in createChannel() local95 .setAppLinkIntentUri(appLinkIntentUri); in createChannel()