/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManagerTest.kt | 98 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 112 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 135 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 150 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 172 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 189 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 215 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 231 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 260 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() 276 .setChannel(NotificationChannel("test", "", IMPORTANCE_DEFAULT)) in <lambda>() [all …]
|
D | NotificationEntryBuilder.java | 266 public NotificationEntryBuilder setChannel(NotificationChannel channel) { in setChannel() method in NotificationEntryBuilder 267 mRankingBuilder.setChannel(channel); in setChannel()
|
D | HighPriorityProviderTest.java | 165 .setChannel(channel) in userChangeTrumpsHighPriorityCharacteristics()
|
D | NotificationEntryTest.java | 186 .setChannel(NOTIFICATION_CHANNEL) in testCreateNotificationDataEntry_RankingUpdate()
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 125 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa2WithAllFieldCustomized() 162 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3Sae() 189 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testWpa3SaeTransition() 216 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidShortPasswordLengthForWpa2() 226 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidLongPasswordLengthForWpa2() 236 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidShortPasswordLengthForWpa3SaeTransition() 246 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testInvalidLongPasswordLengthForWpa3SaeTransition() 298 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testToWifiConfigurationWithSupportedParameter() 311 .setChannel(149, SoftApConfiguration.BAND_5GHZ) in testToWifiConfigurationWithSupportedParameter()
|
D | SoftApConfToXmlMigrationUtilTest.java | 94 configBuilder.setChannel(channel, band); in setupApConfig()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryFilterTest.java | 71 .setChannel("pkg", "channel") in testBuilder() 125 .setChannel("pkg", "channel") in testMatchesPackageAndChannelFilter_channelAlso() 150 .setChannel("pkg", "channel") in testIsFiltering()
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
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());
|
D | LowpanEnergyScanResult.java | 41 void setChannel(int x) { in setChannel() method in LowpanEnergyScanResult
|
D | LowpanBeaconInfo.java | 70 public Builder setChannel(int x) { in setChannel() method in LowpanBeaconInfo.Builder 71 mIdentityBuilder.setChannel(x); in setChannel()
|
D | LowpanScanner.java | 271 result.setChannel(channel); in startEnergyScan()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | ApConfigUtilTest.java | 354 configBuilder.setChannel(36, SoftApConfiguration.BAND_5GHZ); in updateApChannelConfigWithoutHal() 385 configBuilder.setChannel(36, SoftApConfiguration.BAND_5GHZ); in updateApChannelConfigWithChannelSpecified() 487 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart() 498 .setChannel(11, SoftApConfiguration.BAND_2GHZ) in testCheckConfigurationChangeNeedToRestart() 533 .setChannel(6, SoftApConfiguration.BAND_2GHZ).build(); in testCheckConfigurationChangeNeedToRestart()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryFilter.java | 100 public Builder setChannel(String pkg, String channel) { in setChannel() method in NotificationHistoryFilter.Builder
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 358 configBuilder.setChannel(DEFAULT_AP_CHANNEL, DEFAULT_AP_BAND); in updateApChannelConfig() 377 configBuilder.setChannel( in updateApChannelConfig() 422 configBuilder.setChannel(wifiConfig.apChannel, band); in fromWifiConfiguration()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ConversationCoordinatorTest.kt | 67 entry = NotificationEntryBuilder().setChannel(channel).build() in setUp()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 228 /*package*/ void setChannel(int newChannel) { in setChannel() method in BluetoothServerSocket
|
D | BluetoothAdapter.java | 2485 socket.setChannel(socket.mSocket.getPort()); in listenUsingRfcommOn() 2627 socket.setChannel(socket.mSocket.getPort()); in listenUsingInsecureRfcommOn() 2652 socket.setChannel(socket.mSocket.getPort()); in listenUsingEncryptedRfcommOn() 2708 socket.setChannel(assignedChannel); in listenUsingL2capOn() 2760 socket.setChannel(assignedChannel); in listenUsingInsecureL2capOn() 3382 socket.setChannel(assignedPsm); in listenUsingL2capChannel() 3428 socket.setChannel(assignedPsm); in listenUsingInsecureL2capChannel()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | HostapdHalTest.java | 259 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G() 292 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Open_Band5G() 327 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_5GHZ); in testAddAccessPointSuccess_Psk_Band5G_Hidden() 366 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithACS() 406 configurationBuilder.setChannel(apChannel, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointSuccess_Psk_Band2G_WithIeee80211AC() 585 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointFailure() 604 configurationBuilder.setChannel(6, SoftApConfiguration.BAND_2GHZ); in testAddAccessPointRemoteException()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 523 .setChannel(new NotificationChannel("id", "", IMPORTANCE_DEFAULT)) in createNotification() 539 .setChannel(nc) in testChannelIsSetWhenAdded() 569 .setChannel(new NotificationChannel("id", "", IMPORTANCE_DEFAULT)) in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 214 public RankingBuilder setChannel(NotificationChannel channel) { in setChannel() method in RankingBuilder
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SoftApBackupRestore.java | 136 configBuilder.setChannel(channel, band); in retrieveSoftApConfigurationFromBackupData()
|
D | SoftApStoreData.java | 258 softApConfigBuilder.setChannel(channel, apBand); in deserializeData()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManagerTest.kt | 197 .setChannel(NotificationChannel("id", "", IMPORTANCE_DEFAULT)) in notificationEntry()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | SoftApConfToXmlMigrationUtil.java | 132 configBuilder.setChannel(channel, in loadFromLegacyFile()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManagerTest.java | 148 .setChannel( in testPerhapsShowBlockingHelper_notShownForMultiChannelGroup()
|