Searched refs:setAllowedClientList (Results 1 – 11 of 11) sorted by relevance
285 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList()386 configBuilder.setAllowedClientList(mTestAllowedList); in generateExpectedSoftApConfigurationWithTestData()
432 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftAp()487 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftApNonUtf8()
1191 configBuilder.setAllowedClientList(allowedClientList); in testResetToDefaultForUnsupportedConfig()
1913 configBuilder.setAllowedClientList(allowedClientList); in testClientConnectedAfterUpdateToAllowListwhenClientAuthorizationEnabled()1995 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()2029 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
231 configBuilder.setAllowedClientList(allowedList); in retrieveSoftApConfigurationFromBackupData()
433 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
224 .setAllowedClientList(testAllowedClientList) in testWpa2WithAllFieldCustomized()569 .setAllowedClientList(testAllowedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()
2187 public Builder setAllowedClientList(@NonNull List<MacAddress> allowedClientList) { in setAllowedClientList() method in SoftApConfiguration.Builder
1081 .setAllowedClientList(new ArrayList<>()) in testCheckConfigurationChangeNeedToRestart()
2438 softApConfigBuilder.setAllowedClientList(allowedList); in parseFromXml()
517 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setAllowedClientList(@NonNull …