Searched defs:proxyType (Results 1 – 6 of 6) sorted by relevance
145 private final BinderProxyType proxyType; field in ShadowServiceManager.BinderService152 BinderProxyType proxyType, in BinderService()327 BinderProxyType proxyType) { in addBinderService()346 BinderProxyType proxyType, in addBinderService()356 BinderProxyType proxyType, in addBinderService()
21 static String get(Request request, Proxy.Type proxyType) { in get()41 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
17 static String get(Request request, Proxy.Type proxyType) { in get()37 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
51 T proxyType = (T) constructionContext.createProxy(context.getInjectorOptions(), expectedType); in circularGet() local
125 Type proxyType = Type.getType("L" + proxyName.replace('.', '/') + ";"); in createProxyFactory() local
117 static int proxyType = 0; /* uses TYPE or a@b ? */ variable