Home
last modified time | relevance | path

Searched refs:setAllowedClientList (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java285 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList()
386 configBuilder.setAllowedClientList(mTestAllowedList); in generateExpectedSoftApConfigurationWithTestData()
DSoftApStoreDataTest.java401 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftAp()
452 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftApNonUtf8()
DSoftApManagerTest.java1821 configBuilder.setAllowedClientList(allowedClientList); in testClientConnectedAfterUpdateToAllowListwhenClientAuthorizationEnabled()
1903 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
1937 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
DWifiApConfigStoreTest.java1181 configBuilder.setAllowedClientList(allowedClientList); in testResetToDefaultForUnsupportedConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java231 configBuilder.setAllowedClientList(allowedList); in retrieveSoftApConfigurationFromBackupData()
DSoftApManager.java408 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java219 .setAllowedClientList(testAllowedClientList) in testWpa2WithAllFieldCustomized()
559 .setAllowedClientList(testAllowedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java2081 public Builder setAllowedClientList(@NonNull List<MacAddress> allowedClientList) { in setAllowedClientList() method in SoftApConfiguration.Builder
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java1053 .setAllowedClientList(new ArrayList<>()) in testCheckConfigurationChangeNeedToRestart()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java2410 softApConfigBuilder.setAllowedClientList(allowedList); in parseFromXml()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt457 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setAllowedClientList(@NonNull …