Searched refs:allowedList (Results 1 – 3 of 3) sorted by relevance
166 List<MacAddress> allowedList = new ArrayList<>(); in deserializeData() local244 if (parseredList != null) allowedList = new ArrayList<>(parseredList); in deserializeData()253 softApConfigBuilder.setAllowedClientList(allowedList); in deserializeData()
160 List<MacAddress> allowedList = new ArrayList<>( in retrieveSoftApConfigurationFromBackupData() local163 configBuilder.setAllowedClientList(allowedList); in retrieveSoftApConfigurationFromBackupData()
255 @NonNull List<MacAddress> blockedList, @NonNull List<MacAddress> allowedList) { in SoftApConfiguration() argument268 mAllowedClientList = new ArrayList<>(allowedList); in SoftApConfiguration()