Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pDeviceTest.java146 assertEquals(ies, device.getVendorElements()); in testVendorElementsSetterGetter()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImplTest.java1212 expectedVsieList, p2pDeviceCaptor.getValue().getVendorElements()); in testOnDeviceFoundWithVendorElements()
1239 expectedVsieList, p2pDeviceCaptor.getValue().getVendorElements()); in testOnDeviceFoundWithVendorElementsWithNonVsie()
1269 expectedVsieList, p2pDeviceCaptor.getValue().getVendorElements()); in testOnDeviceFoundWithVendorElementsWithMalformedVsie()
1305 expectedVsieList, p2pDeviceCaptor.getValue().getVendorElements()); in testOnDeviceFoundWithParams()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pDevice.java419 @NonNull public List<ScanResult.InformationElement> getVendorElements() { in getVendorElements() method in WifiP2pDevice
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java128 assertThat(original.getVendorElements().size()).isEqualTo(0); in testBasicSettings()
261 assertThat(original.getVendorElements()) in testWpa2WithAllFieldCustomized()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java792 public List<ScanResult.InformationElement> getVendorElements() { in getVendorElements() method in SoftApConfiguration
/packages/modules/Wifi/framework/api/
Dsystem-current.txt433 …@NonNull public java.util.List<android.net.wifi.ScanResult.InformationElement> getVendorElements();
Dcurrent.txt1289 …@NonNull public java.util.List<android.net.wifi.ScanResult.InformationElement> getVendorElements();