Home
last modified time | relevance | path

Searched defs:proxyType (Results 1 – 6 of 6) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowServiceManager.java145 private final BinderProxyType proxyType; field in ShadowServiceManager.BinderService
152 BinderProxyType proxyType, in BinderService()
327 BinderProxyType proxyType) { in addBinderService()
346 BinderProxyType proxyType, in addBinderService()
356 BinderProxyType proxyType, in addBinderService()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DRequestLine.java21 static String get(Request request, Proxy.Type proxyType) { in get()
41 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRequestLine.java17 static String get(Request request, Proxy.Type proxyType) { in get()
37 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
/external/guice/core/src/com/google/inject/internal/
DProviderInternalFactory.java51 T proxyType = (T) constructionContext.createProxy(context.getInjectorOptions(), expectedType); in circularGet() local
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DProxyMaker.java125 Type proxyType = Type.getType("L" + proxyName.replace('.', '/') + ";"); in createProxyFactory() local
/external/cronet/third_party/libxml/src/
Dnanoftp.c117 static int proxyType = 0; /* uses TYPE or a@b ? */ variable