/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 836 || (SdkLevel.isAtLeastS() && !currentConfig.getChannels().toString() in checkConfigurationChangeNeedToRestart() 837 .equals(newConfig.getChannels().toString())); in checkConfigurationChangeNeedToRestart() 877 && (config.getChannels().valueAt(0) == 0 in checkSupportAllConfiguration() 878 || config.getChannels().valueAt(1) == 0)) { in checkSupportAllConfiguration()
|
/packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/media/ |
D | BrowseTree.java | 417 public List<MediaItem> getChannels() { in getChannels() method in BrowseTree.AmFmChannelList 456 result.sendResult(mAmChannels.getChannels()); in loadChildren() 458 result.sendResult(mFmChannels.getChannels()); in loadChildren()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | HostapdHal.java | 829 for (int i = 0; i < config.getChannels().size(); i++) { in prepareIfaceParamsV1_3() 833 channelParam13.channel = config.getChannels().valueAt(i); in prepareIfaceParamsV1_3() 838 channelParam13.V1_2.bandMask = getHalBandMask(config.getChannels().keyAt(i)); in prepareIfaceParamsV1_3() 842 config.getChannels().keyAt(i), mContext)) { in prepareIfaceParamsV1_3() 844 channelParam13.V1_2, config.getChannels().keyAt(i)); in prepareIfaceParamsV1_3()
|
D | SoftApBackupRestore.java | 104 SparseIntArray channels = config.getChannels(); in retrieveBackupDataFromSoftApConfiguration()
|
D | SoftApStoreData.java | 163 softApConfig.getChannels()); in serializeData()
|
D | WifiApConfigStore.java | 310 int channel = config.getChannels().valueAt(i); in sanitizePersistentApConfig()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApStoreDataTest.java | 403 assertEquals(softApConfig.getChannels().toString(), TEST_CHANNELS.toString()); in deserializeSoftAp() 683 assertEquals(softApConfig.getChannels().toString(), in deserializeSoftApWithAllConfigInR() 711 assertEquals(softApConfig.getChannels().toString(), TEST_CHANNELS.toString()); in deserializeSoftApWithAllConfigInSExceptUserConfiguration()
|
/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/apps/Settings/tests/legacy_unit/src/com/android/settings/notification/app/ |
D | ChannelListPreferenceControllerTest.java | 128 inGroup1.getChannels().get(1).setName("Channel 1B - Renamed"); in testUpdateFullList_incrementalUpdates() 224 inGroupOther.getChannels().remove(0); in testUpdateFullList_incrementalUpdates()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 418 assertTrue(dual_channels.toString().equals(dual_channels_config.getChannels().toString())); in testDualChannels() 433 assertTrue(dual_channels.toString().equals(dual_channels_config.getChannels().toString())); in testDualChannels()
|
/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/apps/Settings/src/com/android/settings/notification/app/ |
D | AppChannelsBypassingDndPreferenceController.java | 138 for (NotificationChannel channel : channelGroup.getChannels()) { in loadAppChannels()
|
D | ChannelListPreferenceController.java | 252 group.isBlocked() ? Collections.emptyList() : group.getChannels(); in updateGroupPreferences()
|
/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()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SoftApConfiguration.java | 604 public @NonNull SparseIntArray getChannels() { in getChannels() method in SoftApConfiguration
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 6266 if (ras.getChannels() != null && ras.getChannels().length > 0) { in checkNetworkRequestForSanitizedLocationAccess()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 278 method @NonNull public android.util.SparseIntArray getChannels();
|