/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApBackupRestoreTest.java | 152 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithWpa2Config() 173 configBuilder.setChannel(12, SoftApConfiguration.BAND_2GHZ); in testSoftApConfigBackupAndRestoreWithOpenSecurityConfig() 232 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithWpa3SaeConfig() 254 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithWpa3SaeTransitionConfig() 278 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList() 379 configBuilder.setChannel(TEST_CHANNEL, TEST_BAND); in generateExpectedSoftApConfigurationWithTestData()
|
D | WifiLinkLayerStatsTest.java | 78 link1.setChannel(6); in setupMloLinks() 83 link2.setChannel(44); in setupMloLinks()
|
D | HostapdHalAidlImpTest.java | 265 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G() 298 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Open_Band5G() 333 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Psk_Band5G_Hidden() 372 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithACS() 412 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC() 516 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointFailure() 535 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointRemoteException()
|
D | HostapdHalHidlImpTest.java | 285 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G() 318 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Open_Band5G() 353 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Psk_Band5G_Hidden() 392 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithACS() 432 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC() 611 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointFailure() 630 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointRemoteException()
|
/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/ |
D | SampleTunerTvInputSetupActivity.java | 64 private void setChannel(byte[] sectionData) { in setChannel() method in SampleTunerTvInputSetupActivity 125 setChannel(data); in sectionFilterCallback()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 212 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa2WithAllFieldCustomized() 280 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3Sae() 307 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3SaeTransition() 335 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3OweTransition() 367 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3Owe() 582 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testToWifiConfigurationWithSupportedParameter() 595 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testToWifiConfigurationWithSupportedParameter()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | ChannelsRowItem.java | 78 public void setChannel(@NonNull Channel channel) { in setChannel() method in ChannelsRowItem
|
D | ChannelsRowAdapter.java | 177 ChannelsRowItem.APP_LINK_ITEM.setChannel( in createItems() 208 ChannelsRowItem.APP_LINK_ITEM.setChannel( in updateItems()
|
/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/ |
D | ActiveOperationalDatasetTest.java | 533 assertThrows(IllegalArgumentException.class, () -> builder.setChannel(0, 0)); in builder_setInvalidChannel_throwsIllegalArgument() 534 assertThrows(IllegalArgumentException.class, () -> builder.setChannel(0, 27)); in builder_setInvalidChannel_throwsIllegalArgument() 540 new Builder(DEFAULT_DATASET).setChannel(CHANNEL_PAGE_24_GHZ, 16).build(); in builder_setValid2P4GhzChannel_success()
|
D | PendingOperationalDatasetTest.java | 64 .setChannel(0, 18) in createActiveDataset()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
D | TunerTsStreamer.java | 212 mTsStreamWriter.setChannel(mChannel); in startStream() 268 mTsStreamWriter.setChannel(null); in stopStream()
|
D | TsStreamWriter.java | 75 public void setChannel(TunerChannel channel) { in setChannel() method in TsStreamWriter
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | ChannelRecord.java | 55 public void setChannel(Channel channel, boolean inputRemoved) { in setChannel() method in ChannelRecord
|
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/system/ |
D | SystemData.java | 83 systemProfileBuilder.setChannel(mCurrentSystemProfile.getChannel()); in filteredSystemProfile()
|
/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/ |
D | UwbServiceTest.java | 60 .setChannel(UWB_CHANNEL_9)
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreferenceTest.java | 103 BluetoothOppPreference.getInstance(mContext).setChannel(device, uuid, channel); in setChannelAndGetAndRemoveChannel_setsAndGetsAndRemovesChannelCorrectly()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 269 /*package*/ void setChannel(int newChannel) { in setChannel() method in BluetoothServerSocket
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageCurves.java | 113 setChannel(item.getItemId()); in showPopupMenu() 416 public void setChannel(int itemId) { in setChannel() method in ImageCurves
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 153 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel() method in BluetoothOppPreference
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | ApConfigUtilTest.java | 773 configBuilder.setChannel(36, SoftApConfiguration.BAND_5GHZ); in updateApChannelConfigWithoutHal() 804 configBuilder.setChannel(36, SoftApConfiguration.BAND_5GHZ); in updateApChannelConfigWithChannelSpecified() 961 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart() 971 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart() 1012 .setChannel(6, SoftApConfiguration.BAND_2GHZ).build(); in testCheckConfigurationChangeNeedToRestart()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/ |
D | CccOpenRangingParams.java | 215 .setChannel(bundle.getInt(KEY_CHANNEL)) in parseBundleVersion1() 474 public Builder setChannel(@Channel int channel) { in setChannel() method in CccOpenRangingParams.Builder
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/ |
D | AliroOpenRangingParams.java | 215 .setChannel(bundle.getInt(KEY_CHANNEL)) in parseBundleVersion1() 474 public Builder setChannel(@Channel int channel) { in setChannel() method in AliroOpenRangingParams.Builder
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/ |
D | SessionDataTest.java | 93 .setChannel(channel) in testConversion()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/ |
D | AliroEncoderTest.java | 67 .setChannel(UWB_CHANNEL_9)
|
D | CccEncoderTest.java | 67 .setChannel(UWB_CHANNEL_9)
|