Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
H A DInetDiagSocketIntegrationTest.java166 public void checkGetConnectionOwnerUid(String to, String from) throws Exception { in checkGetConnectionOwnerUid() method in InetDiagSocketIntegrationTest
186 checkGetConnectionOwnerUid("::", null); in testGetConnectionOwnerUid()
187 checkGetConnectionOwnerUid("::", "::"); in testGetConnectionOwnerUid()
188 checkGetConnectionOwnerUid("0.0.0.0", null); in testGetConnectionOwnerUid()
189 checkGetConnectionOwnerUid("0.0.0.0", "0.0.0.0"); in testGetConnectionOwnerUid()
190 checkGetConnectionOwnerUid("127.0.0.1", null); in testGetConnectionOwnerUid()
191 checkGetConnectionOwnerUid("127.0.0.1", "127.0.0.2"); in testGetConnectionOwnerUid()
192 checkGetConnectionOwnerUid("::1", null); in testGetConnectionOwnerUid()
193 checkGetConnectionOwnerUid("::1", "::1"); in testGetConnectionOwnerUid()