Searched refs:buildTlv (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 524 buildTlv(port, transportProtocol, true), null); in testMultipleNdpsOnSingleNdi() 647 buildTlv(port, transportProtocol, true)); in testMultipleIdenticalRequests() 1051 buildTlv((1 << 16) - 1, (1 << 8) - 1, true), (1 << 16) - 1, (1 << 8) - 1, in testDataPathInitiatorNetInfoLargeValuesExp1() 1065 buildTlv(1 << 15, 1 << 7, true), 1 << 15, 1 << 7, linkLocalIpv6Address, 0); in testDataPathInitiatorNetInfoLargeValuesExp2() 1078 buildTlv((1 << 15) - 1, (1 << 7) - 1, true), (1 << 15) - 1, (1 << 7) - 1, in testDataPathInitiatorNetInfoLargeValuesExp3() 1273 byte[] tlvData = WifiAwareDataPathStateManager.NetworkInformationData.buildTlv(port, in testTlvGenerationTestVectorPortTransportProtocol() 2104 private static byte[] buildTlv(int port, int transportProtocol, boolean includeGarbageTlv) { in buildTlv() method in WifiAwareDataPathStateManagerTest
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 491 NetworkInformationData.buildTlv(nnri.networkSpecifier.port, in onDataPathRequest() 1716 public static byte[] buildTlv(int port, int transportProtocol) { in buildTlv() method in WifiAwareDataPathStateManager.NetworkInformationData
|