Home
last modified time | relevance | path

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

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