/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationRankingManagerTest.kt | 103 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 117 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 140 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 155 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 177 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 194 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 220 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 236 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 265 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) 281 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) [all …]
|
H A D | NotificationEntryBuilder.java | 295 public NotificationEntryBuilder setChannel(NotificationChannel channel) { in setChannel() method in NotificationEntryBuilder 296 mRankingBuilder.setChannel(channel); in setChannel()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | SoftApBackupRestoreTest.java | 149 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithWpa2Config() 170 configBuilder.setChannel(12, SoftApConfiguration.BAND_2GHZ); in testSoftApConfigBackupAndRestoreWithOpenSecurityConfig() 208 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithWpa3SaeConfig() 230 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithWpa3SaeTransitionConfig() 254 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList() 282 configBuilder.setChannel(40, SoftApConfiguration.BAND_5GHZ); in testSoftApConfigBackupAndRestoreWithAllConfigInS() 315 configBuilder.setChannel(TEST_CHANNEL, TEST_BAND); in testSoftApConfigRestoreFromVersion5() 376 configBuilder.setChannel(TEST_CHANNEL, TEST_BAND); in testSoftApConfigRestoreFromVersion6() 402 configBuilder.setChannel(TEST_CHANNEL, TEST_BAND); in testSoftApConfigRestoreFromVersion7()
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | SoftApConfigurationTest.java | 143 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa2WithAllFieldCustomized() 197 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3Sae() 224 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3SaeTransition() 265 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidShortPasswordLengthForWpa2() 275 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidLongPasswordLengthForWpa2() 285 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidShortPasswordLengthForWpa3SaeTransition() 295 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidLongPasswordLengthForWpa3SaeTransition() 341 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testToWifiConfigurationWithSupportedParameter() 354 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testToWifiConfigurationWithSupportedParameter()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryFilterTest.java | 71 .setChannel("pkg", "channel") in testBuilder() 125 .setChannel("pkg", "channel") in testMatchesPackageAndChannelFilter_channelAlso() 150 .setChannel("pkg", "channel") in testIsFiltering()
|
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/ |
H A D | LowpanIdentity.java | 69 setChannel(x.getChannel()); in setLowpanIdentity() 123 public Builder setChannel(int x) { in setChannel() method in LowpanIdentity.Builder 246 builder.setChannel(in.readInt());
|
H A D | LowpanBeaconInfo.java | 70 public Builder setChannel(int x) { in setChannel() method in LowpanBeaconInfo.Builder 71 mIdentityBuilder.setChannel(x); in setChannel()
|
H A D | LowpanEnergyScanResult.java | 41 void setChannel(int x) { in setChannel() method in LowpanEnergyScanResult
|
H A D | LowpanScanner.java | 271 result.setChannel(channel); in startEnergyScan()
|
/aosp12/packages/apps/TV/src/com/android/tv/menu/ |
H A D | ChannelsRowItem.java | 78 public void setChannel(@NonNull Channel channel) { in setChannel() method in ChannelsRowItem
|
H A D | ChannelsRowAdapter.java | 177 ChannelsRowItem.APP_LINK_ITEM.setChannel( in createItems() 208 ChannelsRowItem.APP_LINK_ITEM.setChannel( in updateItems()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryFilter.java | 100 public Builder setChannel(String pkg, String channel) { in setChannel() method in NotificationHistoryFilter.Builder
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
H A D | ApConfigUtilTest.java | 483 configBuilder.setChannel(36, SoftApConfiguration.BAND_5GHZ); in updateApChannelConfigWithoutHal() 514 configBuilder.setChannel(36, SoftApConfiguration.BAND_5GHZ); in updateApChannelConfigWithChannelSpecified() 634 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart() 644 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart() 679 .setChannel(6, SoftApConfiguration.BAND_2GHZ).build(); in testCheckConfigurationChangeNeedToRestart()
|
/aosp12/packages/apps/TV/src/com/android/tv/recommendation/ |
H A D | ChannelRecord.java | 55 public void setChannel(Channel channel, boolean inputRemoved) { in setChannel() method in ChannelRecord
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
H A D | TunerTsStreamer.java | 212 mTsStreamWriter.setChannel(mChannel); in startStream() 268 mTsStreamWriter.setChannel(null); in stopStream()
|
H A D | TsStreamWriter.java | 75 public void setChannel(TunerChannel channel) { in setChannel() method in TsStreamWriter
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothServerSocket.java | 227 /*package*/ void setChannel(int newChannel) { in setChannel() method in BluetoothServerSocket
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | ConversationCoordinatorTest.kt | 74 entry = NotificationEntryBuilder().setChannel(channel).build()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | ApConfigUtil.java | 553 configBuilder.setChannel(DEFAULT_AP_CHANNEL, DEFAULT_AP_BAND); in updateApChannelConfig() 572 configBuilder.setChannel( in updateApChannelConfig() 621 configBuilder.setChannel(wifiConfig.apChannel, band); in fromWifiConfiguration()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppPreference.java | 146 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel() method in BluetoothOppPreference
|
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/ |
H A D | SoftApConfToXmlMigrationUtilTest.java | 94 configBuilder.setChannel(channel, band); in setupApConfig()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | ImageCurves.java | 113 setChannel(item.getItemId()); in showPopupMenu() 416 public void setChannel(int itemId) { in setChannel() method in ImageCurves
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManagerTest.java | 575 .setChannel(new NotificationChannel("id", "", IMPORTANCE_DEFAULT)) in createNotification() 591 .setChannel(nc) in testChannelIsSetWhenAdded() 621 .setChannel(new NotificationChannel("id", "", IMPORTANCE_DEFAULT)) in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
|
H A D | AssistantFeedbackControllerTest.java | 147 .setChannel(channel) in getEntry()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | RankingBuilder.java | 222 public RankingBuilder setChannel(NotificationChannel channel) { in setChannel() method in RankingBuilder
|