Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java836 || (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/
DBrowseTree.java417 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/
DHostapdHal.java829 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()
DSoftApBackupRestore.java104 SparseIntArray channels = config.getChannels(); in retrieveBackupDataFromSoftApConfiguration()
DSoftApStoreData.java163 softApConfig.getChannels()); in serializeData()
DWifiApConfigStore.java310 int channel = config.getChannels().valueAt(i); in sanitizePersistentApConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApStoreDataTest.java403 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/
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/apps/Settings/tests/legacy_unit/src/com/android/settings/notification/app/
DChannelListPreferenceControllerTest.java128 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/
DSoftApConfigurationTest.java418 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/
DFakeEpgReader.java83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() method in FakeEpgReader
/packages/apps/Settings/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceController.java138 for (NotificationChannel channel : channelGroup.getChannels()) { in loadAppChannels()
DChannelListPreferenceController.java252 group.isBlocked() ? Collections.emptyList() : group.getChannels(); in updateGroupPreferences()
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DLineupSelectionFragment.java182 result.add(Pair.create(lineup, getMatchCount(lineup.getChannels(), localChannels))); in lineupChannelMatchCount()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java604 public @NonNull SparseIntArray getChannels() { in getChannels() method in SoftApConfiguration
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java6266 if (ras.getChannels() != null && ras.getChannels().length > 0) { in checkNetworkRequestForSanitizedLocationAccess()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt278 method @NonNull public android.util.SparseIntArray getChannels();