Searched refs:hasAnyUpdatedValues (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
H A DPreviewChannelHelper.java232 if (curr != null && curr.hasAnyUpdatedValues(update)) {
398 if (curr != null && curr.hasAnyUpdatedValues(update)) {
459 if (curr != null && curr.hasAnyUpdatedValues(upgrade)) {
H A DPreviewProgram.java120 public boolean hasAnyUpdatedValues(PreviewProgram update) { method in class:PreviewProgram
H A DWatchNextProgram.java143 public boolean hasAnyUpdatedValues(WatchNextProgram update) { method in class:WatchNextProgram
H A DPreviewChannel.java272 public boolean hasAnyUpdatedValues(PreviewChannel update) { method in class:PreviewChannel

Completed in 5196 milliseconds