Searched defs:proxy (Results 1 – 11 of 11) sorted by relevance
82 protected boolean setProxyAndWaitForBroadcast(ProxyInfo proxy) throws Exception { in setProxyAndWaitForBroadcast()84 mDevicePolicyManager.setRecommendedGlobalProxy(getWho(), proxy); in setProxyAndWaitForBroadcast() local116 String proxy = System.getProperty("http.proxyHost"); in isProxySysPropSet() local
53 ProxyInfo proxy = ProxyInfo.buildDirectProxy(mProxyHost, PROXY_PORT, mExclList); in testBroadcast() local
47 public PassthroughTestHelper(ProxyInfo proxy) { in PassthroughTestHelper()
117 ProxyInfo proxy = ProxyInfo.buildPacProxy(pacProxyUri); in setPacURLAndWaitForDownload() local
156 public void setProxy(@Nullable Proxy proxy) { in setProxy()212 Proxy proxy = mProxy; in onCreateSession() local249 Proxy proxy = mProxy; in onReleaseSession() local275 Proxy proxy = mProxy; in onDiscoveryPreferenceChanged() local287 Proxy proxy = mProxy; in onSelectRoute() local316 Proxy proxy = mProxy; in onDeselectRoute() local351 Proxy proxy = mProxy; in onTransferToRoute() local438 private static boolean doesProxyOverridesMethod(Proxy proxy, String methodName) { in doesProxyOverridesMethod()
575 void setProxy(StubMediaRoute2ProviderService.Proxy proxy) { in setProxy()
167 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
273 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
38 proxy(0), enumConstant
200 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
992 public SimpleCaptureCallback(CameraExtensionSession.ExtensionCaptureCallback proxy) { in SimpleCaptureCallback()