Home
last modified time | relevance | path

Searched refs:buildChannelsUriForInput (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvContract.java518 public static Uri buildChannelsUriForInput(@Nullable String inputId) { in buildChannelsUriForInput() method in TvContract
519 return buildChannelsUriForInput(inputId, false); in buildChannelsUriForInput()
533 public static Uri buildChannelsUriForInput(@Nullable String inputId, in buildChannelsUriForInput() method in TvContract
556 public static Uri buildChannelsUriForInput(@Nullable String inputId, in buildChannelsUriForInput() method in TvContract
559 return buildChannelsUriForInput(inputId, browsableOnly); in buildChannelsUriForInput()
564 return buildChannelsUriForInput(inputId, browsableOnly).buildUpon() in buildChannelsUriForInput()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
H A DChannelUtils.java50 Uri uri = TvContract.buildChannelsUriForInput(inputId); in queryChannelInfoMapForTvInput()
71 Uri channelsUri = TvContract.buildChannelsUriForInput(inputId); in updateChannels()
/aosp12/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
H A DChannelScanFragment.java196 TvContractCompat.buildChannelsUriForInput(SampleTvInputService.INPUT_ID), in updateChannels()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManager.java151 mChannelsUri = TvContract.buildChannelsUriForInput(mInputId); in ChannelDataManager()
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcherImpl.java602 TvContract.buildChannelsUriForInput(inputId), in getExistingChannelsFor()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt5721 method public static android.net.Uri buildChannelsUriForInput(@Nullable String, boolean);
5722 …method public static android.net.Uri buildChannelsUriForInput(@Nullable String, @Nullable String, …
H A Dcurrent.txt25421 method public static android.net.Uri buildChannelsUriForInput(@Nullable String);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt16487 method public static final android.net.Uri buildChannelsUriForInput(java.lang.String);