Searched refs:checkConnectionOwnerUid (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/ |
H A D | InetDiagSocketIntegrationTest.java | 143 private void checkConnectionOwnerUid(int protocol, InetSocketAddress local, in checkConnectionOwnerUid() method in InetDiagSocketIntegrationTest 168 checkConnectionOwnerUid(tcp.protocol, tcp.local, tcp.remote, true); in checkGetConnectionOwnerUid() 169 checkConnectionOwnerUid(IPPROTO_UDP, tcp.local, tcp.remote, false); in checkGetConnectionOwnerUid() 170 checkConnectionOwnerUid(tcp.protocol, new InetSocketAddress(0), tcp.remote, false); in checkGetConnectionOwnerUid() 171 checkConnectionOwnerUid(tcp.protocol, tcp.local, new InetSocketAddress(0), false); in checkGetConnectionOwnerUid() 175 checkConnectionOwnerUid(udp.protocol, udp.local, udp.remote, true); in checkGetConnectionOwnerUid() 176 checkConnectionOwnerUid(IPPROTO_TCP, udp.local, udp.remote, false); in checkGetConnectionOwnerUid() 177 checkConnectionOwnerUid(udp.protocol, new InetSocketAddress(findLikelyFreeUdpPort(udp)), in checkGetConnectionOwnerUid()
|