Searched refs:mBlockedClientList (Results 1 – 2 of 2) sorted by relevance
202 private final List<MacAddress> mBlockedClientList; field in SoftApConfiguration267 mBlockedClientList = new ArrayList<>(blockedList); in SoftApConfiguration()291 && Objects.equals(mBlockedClientList, other.mBlockedClientList) in equals()299 mShutdownTimeoutMillis, mClientControlByUser, mBlockedClientList, in hashCode()318 sbuf.append(" \n BlockedClientList=").append(mBlockedClientList); in toString()336 dest.writeTypedList(mBlockedClientList); in writeToParcel()496 return mBlockedClientList; in getBlockedClientList()585 private List<MacAddress> mBlockedClientList; field in SoftApConfiguration.Builder603 mBlockedClientList = new ArrayList<>(); in Builder()624 mBlockedClientList = new ArrayList<>(other.mBlockedClientList); in Builder()[all …]
130 private Set<MacAddress> mBlockedClientList = new HashSet<>(); field in SoftApManager201 mBlockedClientList = new HashSet<>(softApConfig.getBlockedClientList()); in SoftApManager()478 if (mBlockedClientList.contains(newClient.getMacAddress())) { in checkSoftApClient()625 mBlockedClientList = new HashSet<>(newConfig.getBlockedClientList()); in processMessage()684 if (mBlockedClientList.contains(client.getMacAddress()) in updateClientConnection()981 mBlockedClientList = new HashSet<>(newConfig.getBlockedClientList()); in processMessage()