/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | SoftApConfigurationTest.java | 414 .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 D | SpeedDialUiItem.java | 94 .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 D | SpeedDialUiItemMutator.java | 681 return item.toBuilder().setChannels(newChannelsList.build()).build(); in insertDuoChannelsToStarredContact()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannelGroup.java | 201 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 D | gscancommand.h | 121 virtual void setChannels(int *channels);
|
H A D | gscan.cpp | 159 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 D | ApConfigUtilTest.java | 702 .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 D | ProgramTableAdapterTest.java | 91 mProgramManager.setChannels(buildChannelForTesting(1, 2, 3)); in testOnTableEntryChanged()
|
/aosp12/frameworks/av/media/libaudiofoundation/tests/ |
H A D | audiofoundation_parcelable_test.cpp | 72 audioProfile->setChannels({AUDIO_CHANNEL_OUT_MONO, AUDIO_CHANNEL_OUT_STEREO}); in getAudioProfileVectorForTest()
|
/aosp12/frameworks/av/media/libaudiofoundation/include/media/ |
H A D | AudioProfile.h | 49 void setChannels(const ChannelMaskSet &channelMasks);
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SoftApBackupRestore.java | 204 configBuilder.setChannels(channels); in retrieveSoftApConfigurationFromBackupData()
|
H A D | SoftApStoreData.java | 300 softApConfigBuilder.setChannels(channels); in deserializeData()
|
H A D | WifiApConfigStore.java | 319 convertedConfigBuilder.setChannels(newChannels); in sanitizePersistentApConfig()
|
/aosp12/frameworks/av/media/libmedia/xsd/api/ |
H A D | current.txt | 11 method public void setChannels(int);
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/ |
H A D | KeypadChannelSwitchView.java | 240 public void setChannels(@Nullable List<Channel> channels) { in setChannels() method in KeypadChannelSwitchView
|
H A D | TvOverlayManager.java | 383 mKeypadChannelSwitchView.setChannels(null); in release() 490 mKeypadChannelSwitchView.setChannels(mChannelTuner.getBrowsableChannelList()); in onBrowsableChannelsUpdated()
|
/aosp12/frameworks/av/media/libaudiofoundation/ |
H A D | AudioProfile.cpp | 74 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels() function in android::AudioProfile
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioProfileVectorHelper.cpp | 96 profile->setChannels(channelMaskSet); in setChannelsForAudioProfiles()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | SoftApBackupRestoreTest.java | 290 configBuilder.setChannels(TEST_CHANNELS); in testSoftApConfigBackupAndRestoreWithAllConfigInS()
|
H A D | SoftApStoreDataTest.java | 340 softApConfigBuilder.setChannels(TEST_CHANNELS); in serializeSoftAp()
|
H A D | HostapdHalTest.java | 1432 configurationBuilder.setChannels(dual_channels); in testAddAccessPointSuccess_DualBandConfig()
|
H A D | SoftApManagerTest.java | 2124 .setChannels(dual_channels) in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | SoftApConfiguration.java | 1215 public Builder setChannels(@NonNull SparseIntArray channels) { in setChannels() method in SoftApConfiguration.Builder
|
/aosp12/packages/apps/TV/src/com/android/tv/guide/ |
H A D | ProgramManager.java | 454 void setChannels(List<Channel> channels) { in setChannels() method in ProgramManager
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 804 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup() 1284 group.setChannels(new ArrayList<>()); in getNotificationChannelGroupWithChannels() 1330 ncg.setChannels(new ArrayList<>()); in getNotificationChannelGroups()
|