Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 61) sorted by relevance

123

/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DLineup.java56 public static Lineup createLineup(String id, int type, String name, List<String> channels) { in createLineup()
65 String channels = contentValues.getAsString(EpgContract.Lineups.COLUMN_CHANNELS); in createLineup() local
DEpgContract.java64 public static String toChannelString(List<String> channels) { in toChannelString()
/packages/apps/TV/src/com/android/tv/data/
DLineup.java60 private final List<String> channels; field in Lineup
103 public Lineup(String id, int type, String name, String location, List<String> channels) { in Lineup()
DChannelLogoFetcher.java60 public static void startFetchingChannelLogos(Context context, List<Channel> channels) { in startFetchingChannelLogos()
83 private FetchLogoTask(Context context, List<Channel> channels) { in FetchLogoTask()
DChannelDataManager.java284 List<Channel> channels = new ArrayList<>(); in getBrowsableChannelList() local
621 protected void onPostExecute(List<Channel> channels) { in onPostExecute()
771 final List<Channel> channels; field in ChannelDataManager.ChannelData
788 List<Channel> channels) { in ChannelData()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java61 public static WifiScanner.ScanSettings createRequest(WifiScanner.ChannelSpec[] channels, in createRequest()
175 int period, int reportEvents, WifiScanner.ChannelSpec... channels) { in addBucketWithChannels()
184 int period, int reportEvents, int... channels) { in addBucketWithChannels()
268 int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels()
277 int nativeScanType, int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels()
429 public static WifiScanner.ChannelSpec[] channelsToSpec(int... channels) { in channelsToSpec()
509 public static WifiNative.ChannelSettings[] channelsToNativeSettings(int... channels) { in channelsToNativeSettings()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DDisambigDialog.java62 @VisibleForTesting public List<Channel> channels; field in DisambigDialog
82 insertOptions(container.findViewById(R.id.communication_avenue_container), channels); in onCreateDialog() local
113 private void insertOptions(LinearLayout container, List<Channel> channels) { in insertOptions()
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItem.java128 List<Channel> channels = new ArrayList<>(); in fromCursor() local
330 public abstract ImmutableList<Channel> channels(); in channels() method in SpeedDialUiItem
366 public abstract Builder setChannels(ImmutableList<Channel> channels); in setChannels()
/packages/modules/Uwb/service/support_lib/test/
DGenericTests.java122 Integer[] channels = new Integer[] {CccParams.UWB_CHANNEL_5, CccParams.UWB_CHANNEL_9}; in testSpecificationParams() local
197 assertArrayEquals(cccSpecificationParams.getChannels().toArray(), channels); in testSpecificationParams() local
DCccTests.java226 Integer[] channels = new Integer[] {CccParams.UWB_CHANNEL_5, CccParams.UWB_CHANNEL_9}; in testSpecificationParams() local
276 assertArrayEquals(params.getChannels().toArray(), channels); in testSpecificationParams() local
287 assertArrayEquals(fromBundle.getChannels().toArray(), channels); in testSpecificationParams() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java131 SparseIntArray channels = config.getChannels(); in retrieveBackupDataFromSoftApConfiguration() local
247 SparseIntArray channels = new SparseIntArray(numOfChannels); in retrieveSoftApConfigurationFromBackupData() local
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DChannelScanFragment.java174 List<Channel> channels = new ArrayList<>(); in scanChannel() local
187 private void updateChannels(List<Channel> channels) { in updateChannels()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java287 List<Channel> channels = recommendChannels(); in showRecommendation() local
318 List<Channel> channels = recommendChannels(); in changeRecommendation() local
334 List channels = mRecommender.recommendChannels(); in recommendChannels() local
DRecommender.java191 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordLoaded() local
208 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordChanged() local
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelUtils.java68 public static void updateChannels(Context context, String inputId, List<ChannelInfo> channels) { in updateChannels()
155 List<ChannelInfo> channels = new ArrayList<>(); in createChannelInfos() local
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputSetupActivity.java56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels() local
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java293 private static String toString(WifiScanner.ChannelSpec[] channels) { in toString()
310 private static String toString(WifiNative.ChannelSettings[] channels, int numChannels) { in toString()
DKnownBandsChannelHelper.java118 WifiScanner.ChannelSpec[] channelSpec, int[] channels) { in copyChannels()
167 WifiScanner.ChannelSpec[][] channels = getAvailableScanChannels(settings.band); in estimateScanDuration() local
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java111 List<Channel> channels = new ArrayList<>(); in buildChannelForTesting() local
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DEpgTestData.java171 androidx.tvprovider.media.tv.Channel... channels) { in toTvChannels()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java181 List<Integer> channels = new ArrayList<>(); in getFiraSpecificationParamsFromTlvBuffer() local
/packages/apps/TV/src/com/android/tv/data/epg/
DStubEpgReader.java85 public Map<EpgChannel, Collection<Program>> getPrograms( in getPrograms()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCustomizeChannelListFragment.java189 ArrayList<Channel> channels = new ArrayList<>(mChannels); in addItemForGroupBySource() local
212 ArrayList<Channel> channels = new ArrayList<>(mChannels); in addItemForGroupByHdSd() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DResizeImageOps.cpp66 const int channels = getSizeOfDimension(inputShape, 3); in resizeNearestNeighbor() local
183 uint32_t channels = getSizeOfDimension(input, useNchw ? 1 : 3); in prepare() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java447 @Nullable String passphrase, boolean hiddenSsid, @NonNull SparseIntArray channels, in SoftApConfiguration()
1597 SparseIntArray channels = new SparseIntArray(bands.length); in setBands() local
1696 public Builder setChannels(@NonNull SparseIntArray channels) { in setChannels()
1870 public Builder setAllowedAcsChannels(@BandType int band, @NonNull int[] channels) { in setAllowedAcsChannels()

123