Searched refs:setAllowedClientList (Results 1 – 11 of 11) sorted by relevance
285 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList()386 configBuilder.setAllowedClientList(mTestAllowedList); in generateExpectedSoftApConfigurationWithTestData()
401 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftAp()452 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftApNonUtf8()
1821 configBuilder.setAllowedClientList(allowedClientList); in testClientConnectedAfterUpdateToAllowListwhenClientAuthorizationEnabled()1903 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()1937 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
1181 configBuilder.setAllowedClientList(allowedClientList); in testResetToDefaultForUnsupportedConfig()
231 configBuilder.setAllowedClientList(allowedList); in retrieveSoftApConfigurationFromBackupData()
408 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
219 .setAllowedClientList(testAllowedClientList) in testWpa2WithAllFieldCustomized()559 .setAllowedClientList(testAllowedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()
2081 public Builder setAllowedClientList(@NonNull List<MacAddress> allowedClientList) { in setAllowedClientList() method in SoftApConfiguration.Builder
1053 .setAllowedClientList(new ArrayList<>()) in testCheckConfigurationChangeNeedToRestart()
2410 softApConfigBuilder.setAllowedClientList(allowedList); in parseFromXml()
457 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setAllowedClientList(@NonNull …