/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeBroadcastSubgroup.java | 64 && 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/ |
D | WifiTetherApBandPreferenceControllerTest.java | 182 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/ |
D | CccTests.java | 316 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()
|
D | AliroTests.java | 338 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()
|
D | GenericTests.java | 208 assertArrayEquals(cccSpecificationParams.getChannels().toArray(), channels); in testSpecificationParams()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | Lineup.java | 48 public List<String> getChannels() { in getChannels() method in Lineup
|
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/ |
D | Lineup.java | 81 public abstract List<String> getChannels(); in getChannels() method in Lineup
|
D | TunerSetupUtils.java | 43 Pair.create(lineup, getMatchCount(lineup.getChannels(), parsedLocalChannels))); in lineupChannelMatchCount()
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
D | EpgReader.java | 80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() method
|
D | StubEpgReader.java | 65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in StubEpgReader
|
D | EpgFetcherImpl.java | 667 mEpgReader.getChannels(existingChannels, lineupId); in fetchEpgFor() 841 mEpgReader.getChannels(currentChannels, mPossibleLineupId)) { in onChannelUpdatedDuringScan()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | HostapdHalHidlImp.java | 886 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()
|
D | HostapdHalAidlImp.java | 1139 nChannels = config.getChannels().size(); in prepareChannelParamsList() 1151 band = config.getChannels().keyAt(i); in prepareChannelParamsList() 1152 channel = config.getChannels().valueAt(i); in prepareChannelParamsList()
|
D | WifiApConfigStore.java | 383 ? config.getChannels().valueAt(i) : config.getChannel(); in sanitizePersistentApConfig() 515 configBuilder.setChannels(customConfig.getChannels()); in generateLocalOnlyHotspotConfig()
|
D | SoftApBackupRestore.java | 132 SparseIntArray channels = config.getChannels(); in retrieveBackupDataFromSoftApConfiguration()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 679 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/ |
D | WifiTetherApBandPreferenceController.java | 164 SparseIntArray channels = getCarSoftApConfig().getChannels(); in getBandFromConfig()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/notification/app/ |
D | ChannelListPreferenceControllerTest.java | 137 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/ |
D | FakeEpgReader.java | 83 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/ |
D | BroadcastScanActivity.java | 185 subGroup.getChannels(); in onCreate()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApStoreDataTest.java | 562 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/ |
D | AliroDecoderTest.java | 157 assertThat(aliroSpecificationParams.getChannels()).isEqualTo(List.of(5, 9)); in verifyAliroSpecification()
|
D | CccDecoderTest.java | 154 assertThat(cccSpecificationParams.getChannels()).isEqualTo(List.of(5, 9)); in verifyCccSpecification()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | AppChannelsBypassingDndPreferenceController.java | 148 for (NotificationChannel channel : channelGroup.getChannels()) { in loadAppChannels()
|
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/ |
D | LineupSelectionFragment.java | 182 result.add(Pair.create(lineup, getMatchCount(lineup.getChannels(), localChannels))); in lineupChannelMatchCount()
|