Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java547 buildTlv(port, transportProtocol, true), null); in testMultipleNdpsOnSingleNdi()
672 buildTlv(port, transportProtocol, true)); in testMultipleIdenticalRequests()
873 buildTlv((1 << 16) - 1, (1 << 8) - 1, true), (1 << 16) - 1, (1 << 8) - 1, in testDataPathInitiatorNetInfoLargeValuesExp1()
887 buildTlv(1 << 15, 1 << 7, true), 1 << 15, 1 << 7, linkLocalIpv6Address, 0); in testDataPathInitiatorNetInfoLargeValuesExp2()
900 buildTlv((1 << 15) - 1, (1 << 7) - 1, true), (1 << 15) - 1, (1 << 7) - 1, in testDataPathInitiatorNetInfoLargeValuesExp3()
1137 byte[] tlvData = WifiAwareDataPathStateManager.NetworkInformationData.buildTlv(port, in testTlvGenerationTestVectorPortTransportProtocol()
1900 private static byte[] buildTlv(int port, int transportProtocol, boolean includeGarbageTlv) { in buildTlv() method in WifiAwareDataPathStateManagerTest
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java444 NetworkInformationData.buildTlv(nnri.networkSpecifier.port, in onDataPathRequest()
1580 public static byte[] buildTlv(int port, int transportProtocol) { in buildTlv() method in WifiAwareDataPathStateManager.NetworkInformationData