Searched refs:inetAddrProxy (Results 1 – 1 of 1) sorted by relevance
2525 assertThat(dpm.getProxyParameters(inetAddrProxy("192.0.2.1", 1234), emptyList())) in testGetProxyParameters()2527 assertThat(dpm.getProxyParameters(inetAddrProxy("192.0.2.1", 1234), in testGetProxyParameters()2537 inetAddrProxy("192.0.2.1", 0), emptyList())); in testGetProxyParameters()2552 private static Proxy inetAddrProxy(String inetAddr, int port) { in inetAddrProxy() method in DevicePolicyManagerTest