Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
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()
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
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
DSpeedDialUiItemMutator.java681 return item.toBuilder().setChannels(newChannelsList.build()).build(); in insertDuoChannelsToStarredContact()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java702 .setChannels(dual_channels).build(); in testCheckConfigurationChangeNeedToRestart()
818 testConfigBuilder.setChannels( in testCheckSupportAllConfiguration()
826 testConfigBuilder.setChannels( in testCheckSupportAllConfiguration()
836 testConfigBuilder.setChannels( in testCheckSupportAllConfiguration()
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java91 mProgramManager.setChannels(buildChannelForTesting(1, 2, 3)); in testOnTableEntryChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java204 configBuilder.setChannels(channels); in retrieveSoftApConfigurationFromBackupData()
DSoftApStoreData.java300 softApConfigBuilder.setChannels(channels); in deserializeData()
DWifiApConfigStore.java319 convertedConfigBuilder.setChannels(newChannels); in sanitizePersistentApConfig()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java383 mKeypadChannelSwitchView.setChannels(null); in release()
490 mKeypadChannelSwitchView.setChannels(mChannelTuner.getBrowsableChannelList()); in onBrowsableChannelsUpdated()
DKeypadChannelSwitchView.java240 public void setChannels(@Nullable List<Channel> channels) { in setChannels() method in KeypadChannelSwitchView
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java290 configBuilder.setChannels(TEST_CHANNELS); in testSoftApConfigBackupAndRestoreWithAllConfigInS()
DSoftApStoreDataTest.java340 softApConfigBuilder.setChannels(TEST_CHANNELS); in serializeSoftAp()
DHostapdHalTest.java1432 configurationBuilder.setChannels(dual_channels); in testAddAccessPointSuccess_DualBandConfig()
DSoftApManagerTest.java2124 .setChannels(dual_channels) in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java1215 public Builder setChannels(@NonNull SparseIntArray channels) { in setChannels() method in SoftApConfiguration.Builder
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java454 void setChannels(List<Channel> channels) { in setChannels() method in ProgramManager
/packages/modules/Wifi/framework/api/
Dsystem-current.txt309 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setChannels(@NonNull android.u…