Home
last modified time | relevance | path

Searched refs:setChannels (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DSoftApConfigurationTest.java414 .setChannels(dual_channels) in testDualChannels()
429 .setChannels(dual_channels) in testDualChannels()
486 .setChannels(invalid_channels) in testInvalidConfigWhenSetChannels()
500 .setChannels(invalid_channels) in testInvalidConfigWhenSetChannels()
515 .setChannels(invalid_channels) in testInvalidConfigWhenSetChannels()
530 .setChannels(invalid_channels) in testInvalidConfigWhenSetChannels()
546 .setChannels(invalid_channels) in testInvalidConfigWhenSet60GhzChannels()
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
H A DSpeedDialUiItem.java94 .setChannels(ImmutableList.of()) in builder()
155 builder.setChannels(ImmutableList.copyOf(channels)); in fromCursor()
366 public abstract Builder setChannels(ImmutableList<Channel> channels); in setChannels() method in SpeedDialUiItem.Builder
H A DSpeedDialUiItemMutator.java681 return item.toBuilder().setChannels(newChannelsList.build()).build(); in insertDuoChannelsToStarredContact()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannelGroup.java201 public void setChannels(List<NotificationChannel> channels) { in setChannels() method in NotificationChannelGroup
312 cloned.setChannels(getChannels()); in clone()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscancommand.h121 virtual void setChannels(int *channels);
H A Dgscan.cpp159 gScanCommand->setChannels(channels); in wifi_get_valid_channels()
2286 void GScanCommand::setChannels(int *channels) { in setChannels() function in GScanCommand
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DApConfigUtilTest.java702 .setChannels(dual_channels).build(); in testCheckConfigurationChangeNeedToRestart()
818 testConfigBuilder.setChannels( in testCheckSupportAllConfiguration()
826 testConfigBuilder.setChannels( in testCheckSupportAllConfiguration()
836 testConfigBuilder.setChannels( in testCheckSupportAllConfiguration()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
H A DProgramTableAdapterTest.java91 mProgramManager.setChannels(buildChannelForTesting(1, 2, 3)); in testOnTableEntryChanged()
/aosp12/frameworks/av/media/libaudiofoundation/tests/
H A Daudiofoundation_parcelable_test.cpp72 audioProfile->setChannels({AUDIO_CHANNEL_OUT_MONO, AUDIO_CHANNEL_OUT_STEREO}); in getAudioProfileVectorForTest()
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioProfile.h49 void setChannels(const ChannelMaskSet &channelMasks);
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApBackupRestore.java204 configBuilder.setChannels(channels); in retrieveSoftApConfigurationFromBackupData()
H A DSoftApStoreData.java300 softApConfigBuilder.setChannels(channels); in deserializeData()
H A DWifiApConfigStore.java319 convertedConfigBuilder.setChannels(newChannels); in sanitizePersistentApConfig()
/aosp12/frameworks/av/media/libmedia/xsd/api/
H A Dcurrent.txt11 method public void setChannels(int);
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DKeypadChannelSwitchView.java240 public void setChannels(@Nullable List<Channel> channels) { in setChannels() method in KeypadChannelSwitchView
H A DTvOverlayManager.java383 mKeypadChannelSwitchView.setChannels(null); in release()
490 mKeypadChannelSwitchView.setChannels(mChannelTuner.getBrowsableChannelList()); in onBrowsableChannelsUpdated()
/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioProfile.cpp74 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels() function in android::AudioProfile
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfileVectorHelper.cpp96 profile->setChannels(channelMaskSet); in setChannelsForAudioProfiles()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApBackupRestoreTest.java290 configBuilder.setChannels(TEST_CHANNELS); in testSoftApConfigBackupAndRestoreWithAllConfigInS()
H A DSoftApStoreDataTest.java340 softApConfigBuilder.setChannels(TEST_CHANNELS); in serializeSoftAp()
H A DHostapdHalTest.java1432 configurationBuilder.setChannels(dual_channels); in testAddAccessPointSuccess_DualBandConfig()
H A DSoftApManagerTest.java2124 .setChannels(dual_channels) in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java1215 public Builder setChannels(@NonNull SparseIntArray channels) { in setChannels() method in SoftApConfiguration.Builder
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java454 void setChannels(List<Channel> channels) { in setChannels() method in ProgramManager
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java804 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup()
1284 group.setChannels(new ArrayList<>()); in getNotificationChannelGroupWithChannels()
1330 ncg.setChannels(new ArrayList<>()); in getNotificationChannelGroups()

12