Searched refs:checkGetConnectionOwnerUid (Results 1 – 1 of 1) sorted by relevance
166 public void checkGetConnectionOwnerUid(String to, String from) throws Exception { in checkGetConnectionOwnerUid() method in InetDiagSocketIntegrationTest186 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()