Searched refs:buildChannelsUriForInput (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | TvContract.java | 518 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 D | ChannelUtils.java | 50 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 D | ChannelScanFragment.java | 196 TvContractCompat.buildChannelsUriForInput(SampleTvInputService.INPUT_ID), in updateChannels()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
H A D | ChannelDataManager.java | 151 mChannelsUri = TvContract.buildChannelsUriForInput(mInputId); in ChannelDataManager()
|
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/ |
H A D | EpgFetcherImpl.java | 602 TvContract.buildChannelsUriForInput(inputId), in getExistingChannelsFor()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 5721 method public static android.net.Uri buildChannelsUriForInput(@Nullable String, boolean); 5722 …method public static android.net.Uri buildChannelsUriForInput(@Nullable String, @Nullable String, …
|
H A D | current.txt | 25421 method public static android.net.Uri buildChannelsUriForInput(@Nullable String);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 16487 method public static final android.net.Uri buildChannelsUriForInput(java.lang.String);
|