Home
last modified time | relevance | path

Searched refs:testBlockedClientList (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DSoftApConfigurationTest.java137 List<MacAddress> testBlockedClientList = new ArrayList<>(); in testWpa2WithAllFieldCustomized() local
139 testBlockedClientList.add(MacAddress.fromString("11:22:33:44:55:66")); in testWpa2WithAllFieldCustomized()
149 .setBlockedClientList(testBlockedClientList) in testWpa2WithAllFieldCustomized()
169 assertThat(original.getBlockedClientList()).isEqualTo(testBlockedClientList); in testWpa2WithAllFieldCustomized()
314 ArrayList<MacAddress> testBlockedClientList = new ArrayList<>(); in testSetClientListExceptionWhenExistMacAddressInBothList() local
315 testBlockedClientList.add(testMacAddress_1); in testSetClientListExceptionWhenExistMacAddressInBothList()
317 configBuilder.setBlockedClientList(testBlockedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()