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 | 587 buildTlv(port, transportProtocol, true), List.of(AWARE_CHANNEL_INFO)); in testMultipleNdpsOnSingleNdi() 722 buildTlv(port, transportProtocol, true)); in testMultipleIdenticalRequests() 1245 buildTlv((1 << 16) - 1, (1 << 8) - 1, true), (1 << 16) - 1, (1 << 8) - 1, in testDataPathInitiatorNetInfoLargeValuesExp1() 1259 buildTlv(1 << 15, 1 << 7, true), 1 << 15, 1 << 7, linkLocalIpv6Address, 0); in testDataPathInitiatorNetInfoLargeValuesExp2() 1272 buildTlv((1 << 15) - 1, (1 << 7) - 1, true), (1 << 15) - 1, (1 << 7) - 1, in testDataPathInitiatorNetInfoLargeValuesExp3() 1467 byte[] tlvData = WifiAwareDataPathStateManager.NetworkInformationData.buildTlv(port, in testTlvGenerationTestVectorPortTransportProtocol() 2339 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 | 497 NetworkInformationData.buildTlv(nnri.networkSpecifier.port, in onDataPathRequest() 1755 public static byte[] buildTlv(int port, int transportProtocol) { in buildTlv() method in WifiAwareDataPathStateManager.NetworkInformationData
|