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