Searched refs:getAllowedClientList (Results 1 – 10 of 10) sorted by relevance
315 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftAp()343 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt()557 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithNoBssidTag()
738 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()753 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()762 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
93 writeMacAddressList(out, config.getAllowedClientList()); in retrieveBackupDataFromSoftApConfiguration()
202 mAllowedClientList = new HashSet<>(softApConfig.getAllowedClientList()); in SoftApManager()626 mAllowedClientList = new HashSet<>(newConfig.getAllowedClientList()); in processMessage()982 mAllowedClientList = new HashSet<>(newConfig.getAllowedClientList()); in processMessage()
141 softApConfig.getAllowedClientList()); in serializeData()
223 for (MacAddress mac: softApConf.getAllowedClientList()) { in convertConfToXml()
507 public List<MacAddress> getAllowedClientList() { in getAllowedClientList() method in SoftApConfiguration
145 assertThat(original.getAllowedClientList()).isEqualTo(testAllowedClientList); in testWpa2WithAllFieldCustomized()
252 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();
7049 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();