Searched refs:allowedList (Results 1 – 4 of 4) sorted by relevance
80 val allowedList = categorizedApps[Category.ALLOWED] in <lambda>() constant81 if (!allowedList.isNullOrEmpty()) { in <lambda>()82 allowedList in <lambda>()
228 List<MacAddress> allowedList = new ArrayList<>( in retrieveSoftApConfigurationFromBackupData() local231 configBuilder.setAllowedClientList(allowedList); in retrieveSoftApConfigurationFromBackupData()
466 @NonNull List<MacAddress> allowedList, in SoftApConfiguration() argument497 mAllowedClientList = new ArrayList<>(allowedList); in SoftApConfiguration()
2248 List<MacAddress> allowedList = new ArrayList<>(); in parseFromXml() local2403 allowedList = new ArrayList<>(parseredList); in parseFromXml()2438 softApConfigBuilder.setAllowedClientList(allowedList); in parseFromXml()