HomeSort by relevance Sort by last modified time
    Searched full:iproxy (Results 1 - 8 of 8) sorted by null

  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
MBeanClient.java 46 IProxy proxy = (IProxy) MBeanServerInvocationHandler.newProxyInstance(
48 IProxy.class, false);
64 private interface IProxy {
  /libcore/ojluni/src/main/java/java/net/
SocksSocketImpl.java 626 java.util.Iterator<Proxy> iProxy = null;
627 iProxy = sel.select(uri).iterator();
628 if (iProxy == null || !(iProxy.hasNext())) {
631 while (iProxy.hasNext()) {
632 p = iProxy.next();
    [all...]
  /packages/apps/Messaging/res/xml/
apns.xml     [all...]
  /device/google/marlin/
apns-full-conf.xml     [all...]
  /device/huawei/angler/
apns-full-conf.xml     [all...]
  /device/lge/bullhead/
apns-full-conf.xml     [all...]
  /device/sample/etc/
apns-full-conf.xml     [all...]
old-apns-conf.xml     [all...]

Completed in 1603 milliseconds