Home
last modified time | relevance | path

Searched refs:getChannels (Results 1 – 25 of 42) sorted by relevance

12

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSubgroup.java64 && mChannels.equals(other.getChannels()); in equals()
146 public @NonNull List<BluetoothLeBroadcastChannel> getChannels() { in getChannels() method in BluetoothLeBroadcastSubgroup
234 for (BluetoothLeBroadcastChannel channel : original.getChannels()) { in Builder()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceControllerTest.java182 assertThat(actualConfig.getChannels().size()).isEqualTo(1); in onPreferenceChangedTo5Ghz_updatesApBandConfigTo5Ghz()
197 assertThat(actualConfig.getChannels().size()).isEqualTo(1); in onPreferenceChangedTo2Ghz_updatesApBandConfigTo2Ghz()
215 assertThat(actualConfig.getChannels().size()).isEqualTo(2); in onPreferenceChangedToDualBand_updatesApBandConfigToDualBand()
228 SparseIntArray channels = config.getChannels(); in getBandFromConfig()
/packages/modules/Uwb/service/support_lib/test/
DCccTests.java316 assertArrayEquals(params.getChannels().toArray(), CHANNELS); in testSpecificationParams()
327 assertArrayEquals(fromBundle.getChannels().toArray(), CHANNELS); in testSpecificationParams()
368 assertEquals(List.of(), params.getChannels()); in testSpecificationParams_whenNoChannelsSet()
371 assertEquals(List.of(), fromBundle.getChannels()); in testSpecificationParams_whenNoChannelsSet()
DAliroTests.java338 assertArrayEquals(params.getChannels().toArray(), CHANNELS); in testSpecificationParams()
351 assertArrayEquals(fromBundle.getChannels().toArray(), CHANNELS); in testSpecificationParams()
396 assertEquals(List.of(), params.getChannels()); in testSpecificationParams_whenNoChannelsSet()
400 assertEquals(List.of(), fromBundle.getChannels()); in testSpecificationParams_whenNoChannelsSet()
DGenericTests.java208 assertArrayEquals(cccSpecificationParams.getChannels().toArray(), channels); in testSpecificationParams()
/packages/apps/TV/src/com/android/tv/data/
DLineup.java48 public List<String> getChannels() { in getChannels() method in Lineup
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DLineup.java81 public abstract List<String> getChannels(); in getChannels() method in Lineup
DTunerSetupUtils.java43 Pair.create(lineup, getMatchCount(lineup.getChannels(), parsedLocalChannels))); in lineupChannelMatchCount()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() method
DStubEpgReader.java65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in StubEpgReader
DEpgFetcherImpl.java667 mEpgReader.getChannels(existingChannels, lineupId); in fetchEpgFor()
841 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHalHidlImp.java886 for (int i = 0; i < config.getChannels().size(); i++) { in prepareIfaceParamsV1_3()
890 channelParam13.channel = config.getChannels().valueAt(i); in prepareIfaceParamsV1_3()
895 channelParam13.V1_2.bandMask = getHalBandMask(config.getChannels().keyAt(i)); in prepareIfaceParamsV1_3()
899 config.getChannels().keyAt(i), mContext, config)) { in prepareIfaceParamsV1_3()
901 channelParam13.V1_2, config.getChannels().keyAt(i), config); in prepareIfaceParamsV1_3()
DHostapdHalAidlImp.java1139 nChannels = config.getChannels().size(); in prepareChannelParamsList()
1151 band = config.getChannels().keyAt(i); in prepareChannelParamsList()
1152 channel = config.getChannels().valueAt(i); in prepareChannelParamsList()
DWifiApConfigStore.java383 ? config.getChannels().valueAt(i) : config.getChannel(); in sanitizePersistentApConfig()
515 configBuilder.setChannels(customConfig.getChannels()); in generateLocalOnlyHotspotConfig()
DSoftApBackupRestore.java132 SparseIntArray channels = config.getChannels(); in retrieveBackupDataFromSoftApConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java679 SparseIntArray channels = config.getChannels(); in removeUnavailableBandsFromConfig()
849 SparseIntArray channels = config.getChannels(); in remove6gBandForUnsupportedSecurity()
1458 || (SdkLevel.isAtLeastS() && !currentConfig.getChannels().toString()
1459 .equals(newConfig.getChannels().toString()));
1549 && (config.getChannels().valueAt(0) == 0
1550 || config.getChannels().valueAt(1) == 0)) {
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceController.java164 SparseIntArray channels = getCarSoftApConfig().getChannels(); in getBandFromConfig()
/packages/apps/Settings/tests/unit/src/com/android/settings/notification/app/
DChannelListPreferenceControllerTest.java137 inGroup1.getChannels().get(1).setName("Channel 1B - Renamed"); in testUpdateFullList_incrementalUpdates()
239 inGroupOther.getChannels().remove(0); in testUpdateFullList_incrementalUpdates()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in FakeEpgReader
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanActivity.java185 subGroup.getChannels(); in onCreate()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApStoreDataTest.java562 assertEquals(softApConfig.getChannels().toString(), TEST_CHANNELS.toString()); in deserializeSoftAp()
892 assertEquals(softApConfig.getChannels().toString(), in deserializeSoftApWithAllConfigInR()
920 assertEquals(softApConfig.getChannels().toString(), TEST_CHANNELS.toString()); in deserializeSoftApWithAllConfigInSExceptUserConfiguration()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DAliroDecoderTest.java157 assertThat(aliroSpecificationParams.getChannels()).isEqualTo(List.of(5, 9)); in verifyAliroSpecification()
DCccDecoderTest.java154 assertThat(cccSpecificationParams.getChannels()).isEqualTo(List.of(5, 9)); in verifyCccSpecification()
/packages/apps/Settings/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceController.java148 for (NotificationChannel channel : channelGroup.getChannels()) { in loadAppChannels()
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DLineupSelectionFragment.java182 result.add(Pair.create(lineup, getMatchCount(lineup.getChannels(), localChannels))); in lineupChannelMatchCount()

12