Searched refs:getAllowedClientList (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApStoreDataTest.java | 560 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftAp() 602 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt() 861 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithNoBssidTag() 890 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithAllConfigInR() 926 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithAllConfigInSExceptUserConfiguration()
|
D | WifiApConfigStoreTest.java | 1199 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig() 1214 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig() 1223 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
|
D | SoftApBackupRestoreTest.java | 438 writeMacAddressList(out, config.getAllowedClientList()); in retrieveSpecificVersionBackupDataFromSoftApConfiguration()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SoftApBackupRestore.java | 127 writeMacAddressList(out, config.getAllowedClientList()); in retrieveBackupDataFromSoftApConfiguration()
|
D | SoftApManager.java | 410 mAllowedClientList = new HashSet<>(mCurrentSoftApConfiguration.getAllowedClientList()); in configureInternalConfiguration() 433 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SoftApConfiguration.java | 1009 public List<MacAddress> getAllowedClientList() { in getAllowedClientList() method in SoftApConfiguration
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 252 assertThat(original.getAllowedClientList()).isEqualTo(testAllowedClientList); in testWpa2WithAllFieldCustomized()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 2175 softApConfig.getAllowedClientList()); in writeSoftApConfigurationToXml()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 487 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();
|