Home
last modified time | relevance | path

Searched refs:setChannel (Results 1 – 25 of 60) sorted by relevance

123

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java152 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()
DWifiLinkLayerStatsTest.java78 link1.setChannel(6); in setupMloLinks()
83 link2.setChannel(44); in setupMloLinks()
DHostapdHalAidlImpTest.java265 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()
DHostapdHalHidlImpTest.java285 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/
DSampleTunerTvInputSetupActivity.java64 private void setChannel(byte[] sectionData) { in setChannel() method in SampleTunerTvInputSetupActivity
125 setChannel(data); in sectionFilterCallback()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java212 .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/
DChannelsRowItem.java78 public void setChannel(@NonNull Channel channel) { in setChannel() method in ChannelsRowItem
DChannelsRowAdapter.java177 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/
DActiveOperationalDatasetTest.java533 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()
DPendingOperationalDatasetTest.java64 .setChannel(0, 18) in createActiveDataset()
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DTunerTsStreamer.java212 mTsStreamWriter.setChannel(mChannel); in startStream()
268 mTsStreamWriter.setChannel(null); in stopStream()
DTsStreamWriter.java75 public void setChannel(TunerChannel channel) { in setChannel() method in TsStreamWriter
/packages/apps/TV/src/com/android/tv/recommendation/
DChannelRecord.java55 public void setChannel(Channel channel, boolean inputRemoved) { in setChannel() method in ChannelRecord
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/system/
DSystemData.java83 systemProfileBuilder.setChannel(mCurrentSystemProfile.getChannel()); in filteredSystemProfile()
/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/
DUwbServiceTest.java60 .setChannel(UWB_CHANNEL_9)
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppPreferenceTest.java103 BluetoothOppPreference.getInstance(mContext).setChannel(device, uuid, channel); in setChannelAndGetAndRemoveChannel_setsAndGetsAndRemovesChannelCorrectly()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java269 /*package*/ void setChannel(int newChannel) { in setChannel() method in BluetoothServerSocket
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCurves.java113 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/
DBluetoothOppPreference.java153 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/
DApConfigUtilTest.java773 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/
DCccOpenRangingParams.java215 .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/
DAliroOpenRangingParams.java215 .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/
DSessionDataTest.java93 .setChannel(channel) in testConversion()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DAliroEncoderTest.java67 .setChannel(UWB_CHANNEL_9)
DCccEncoderTest.java67 .setChannel(UWB_CHANNEL_9)

123