Home
last modified time | relevance | path

Searched refs:getChannelId (Results 1 – 17 of 17) sorted by relevance

/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
DAppLinkActivity.java89 + action.getChannelId()); in play()
96 + action.getChannelId() in play()
101 Movie movie = MockDatabase.findMovieById(this, action.getChannelId(), action.getMovieId()); in play()
105 startPlaying(action.getChannelId(), movie, action.getPosition()); in play()
DSyncChannelJobService.java95 TvUtil.scheduleSyncingProgramsForChannel(mContext, channel.getChannelId()); in doInBackground()
DSyncProgramsJobService.java57 final long channelId = getChannelId(jobParameters); in onStartJob()
88 private long getChannelId(JobParameters jobParameters) { in getChannelId() method in SyncProgramsJobService
DMainActivity.java72 boolean channelExists = subscription.getChannelId() > 0L; in setupButtonState()
/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
DSubscription.java41 public long getChannelId() { in getChannelId() method in Subscription
DMockDatabase.java170 if (subscription.getChannelId() == channelId) { in findSubscriptionByChannelId()
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/util/
DNotificationUtil.java46 String channelId = mockNotificationData.getChannelId(); in createNotificationChannel()
/developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
DNotificationUtil.java39 String channelId = mockNotificationData.getChannelId(); in createNotificationChannel()
/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
DAppLinkHelper.java198 public long getChannelId() { in getChannelId() method in AppLinkHelper.PlaybackAction
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DMockDatabase.java224 public String getChannelId() { in getChannelId() method in MockDatabase.MockNotificationData
DMessagingIntentService.java152 String notificationChannelId = messagingStyleCommsAppData.getChannelId(); in recreateBuilderWithMessagingStyle()
DNotificationsActivity.java313 String channelId = mockNotificationData.getChannelId(); in createNotificationChannel()
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java141 String notificationChannelId = bigTextStyleReminderAppData.getChannelId(); in recreateBuilderWithBigTextStyle()
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigPictureSocialIntentService.java153 String notificationChannelId = bigPictureStyleSocialAppData.getChannelId(); in recreateBuilderWithBigPictureStyle()
DBigTextIntentService.java143 String notificationChannelId = bigTextStyleReminderAppData.getChannelId(); in recreateBuilderWithBigTextStyle()
DMessagingIntentService.java158 String notificationChannelId = messagingStyleCommsAppData.getChannelId(); in recreateBuilderWithMessagingStyle()
/developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/mock/
DMockDatabase.java478 public String getChannelId() { in getChannelId() method in MockDatabase.MockNotificationData