Home
last modified time | relevance | path

Searched refs:setChannel (Results 1 – 25 of 72) 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.java301 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G()
334 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Open_Band5G()
369 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
408 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithACS()
448 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()
552 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointFailure()
571 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointRemoteException()
DHostapdHalHidlImpTest.java304 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G()
337 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Open_Band5G()
372 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
411 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithACS()
451 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC()
630 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointFailure()
649 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/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/lecoc/
DDckL2capTest.kt582 val disconnectRequest = DisconnectRequest.newBuilder().setChannel(channel).build() in disconnectSocketAndWaitForDisconnectUtil()
588 WaitDisconnectionRequest.newBuilder().setChannel(channel).build() in disconnectSocketAndWaitForDisconnectUtil()
601 WaitDisconnectionRequest.newBuilder().setChannel(channel).build() in tearDownServerSocketAndWaitForDisconnectUtil()
632 .receive(ReceiveRequest.newBuilder().setChannel(channel).build(), receiveObserver) in sendDataFromPhoneToBumbleAndVerifyUtil()
653 val sendRequest = SendRequest.newBuilder().setChannel(channel).setData(sampleData).build() in sendDataFromBumbleToPhoneAndVerifyUtil()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java217 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa2WithAllFieldCustomized()
290 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3Sae()
317 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3SaeTransition()
345 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3OweTransition()
377 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3Owe()
592 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testToWifiConfigurationWithSupportedParameter()
605 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testToWifiConfigurationWithSupportedParameter()
/packages/modules/Bluetooth/android/pandora/server/src/
DL2cap.kt82 ConnectResponse.newBuilder().setChannel(craftChannel(channelId)).build() in connect()
128 WaitConnectionResponse.newBuilder().setChannel(craftChannel(channelId)).build() in waitConnection()
/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()
/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/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/Uwb/ranging/test_app/app/src/main/java/com/android/ranging/rangingtestapp/
DRangingParameters.java143 .setChannel(configParams.uwb.channel) in createRawInitiatorConfig()
247 .setChannel(configParams.uwb.channel) in createRawResponderConfig()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/system/
DSystemData.java83 systemProfileBuilder.setChannel(mCurrentSystemProfile.getChannel()); in filteredSystemProfile()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppPreferenceTest.java96 BluetoothOppPreference.getInstance(mContext).setChannel(device, uuid, channel); in setChannelAndGetAndRemoveChannel_setsAndGetsAndRemovesChannelCorrectly()
/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/
DUwbServiceTest.java60 .setChannel(UWB_CHANNEL_9)
/packages/modules/Uwb/ranging/framework/java/android/ranging/uwb/
DUwbComplexChannel.java234 public Builder setChannel(@UwbChannel int channel) { in setChannel() method in UwbComplexChannel.Builder
/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.java137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel() method in BluetoothOppPreference
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java310 /*package*/ void setChannel(int newChannel) { in setChannel() method in BluetoothServerSocket
/packages/modules/Uwb/ranging/service/tests/unittests/src/com/android/ranging/tests/
DRangingSessionConfigTest.java69 .setChannel(9) in generateUwbParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccOpenRangingParams.java221 .setChannel(bundle.getInt(KEY_CHANNEL)) in parseBundleVersion1()
489 public Builder setChannel(@Channel int channel) { in setChannel() method in CccOpenRangingParams.Builder
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DSessionDataTest.java93 .setChannel(channel) in testConversion()

123