Home
last modified time | relevance | path

Searched +full:pac +full:- +full:proxy +full:- +full:agent (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DProxyTracker.java8 * http://www.apache.org/licenses/LICENSE-2.0
33 import android.net.Proxy;
51 * A class to handle proxy for ConnectivityService.
60 // The Proxy.EXTRA_PROXY_INFO constant is not visible to this code because android.net.Proxy
69 // The global proxy is the proxy that is set device-wide, overriding any network-specific
70 // proxy. Note however that proxies are hints ; the system does not enforce their use. Hence
75 // The default proxy is the proxy that applies to no particular network if the global proxy
79 // when PacProxyService resolves the proxy.
83 // Whether the default proxy is enabled.
99 public void onPacProxyInstalled(@Nullable Network network, @NonNull ProxyInfo proxy) { in onPacProxyInstalled() argument
[all …]
/aosp_15_r20/external/cronet/components/cronet/android/
H A Dcronet_library_loader.cc2 // Use of this source code is governed by a BSD-style license that can be
78 env->GetPrimitiveArrayCritical(serializedProto.obj(), /*isCopy=*/nullptr); in GetBaseFeatureOverrides()
81 env->ReleasePrimitiveArrayCritical(serializedProto.obj(), in GetBaseFeatureOverrides()
93 base::CommandLine::Init(sizeof(argv) / sizeof(*argv) - 1, argv); in JNI_CronetLibraryLoader_NativeInit()
115 return g_init_task_executor->task_runner()->RunsTasksInCurrentSequence(); in OnInitThread()
123 return -1; in CronetOnLoad()
126 return -1; in CronetOnLoad()
132 base::ThreadPoolInstance::Get()->Shutdown(); in CronetOnUnLoad()
160 if (base::android::BuildInfo::GetInstance()->sdk_int() == in JNI_CronetLibraryLoader_GetCronetVersion()
175 g_init_task_executor->task_runner()->PostTask(posted_from, std::move(task)); in PostTaskToInitThread()
[all …]
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
154 import static android.net.Proxy.PROXY_CHANGE_ACTION;
328 import android.net.Proxy;
507 * runtest frameworks-net -c com.android.server.ConnectivityServiceTest
533 // less than (mService.mLingerDelayMs - TEST_CALLBACK_TIMEOUT_MS) between the time callbacks are
545 private static final int OEM_PREF_ANY_NET_ID = -1;
546 // Set a non-zero value to verify the flow to set tcp init rwnd value.
549 // Used for testing the per-work-profile default network.
561 private static final String CLAT_PREFIX = "v4-";
572 private static final int NETWORK_ACTIVITY_NO_UID = -1;
[all …]
/aosp_15_r20/external/dnsmasq/
H A DCHANGELOG2 Add support for internationalised DNS. Non-ASCII characters
12 Add two more environment variables for lease-change scripts:
15 over-ridden by dhcp-host or dhcp-ignore-names directives.
20 Fix regression which broke echo of relay-agent
24 dhcp-boot parameters if it's specified as
25 dhcp-option-force.
27 Make the code to call scripts on lease-change compile-time
29 or building with "make COPTS=-DNO_SCRIPT".
40 Teach --conf-dir to take an option list of file suffices
45 Add new DHCP option named tftpserver-address, which
[all …]
/aosp_15_r20/external/pigweed/pw_web/log-viewer/
H A Dpackage-lock.json2 "name": "log-viewer",
8 "name": "log-viewer",
12 "@codemirror/lang-python": "^6.1.6",
14 "@codemirror/theme-one-dark": "^6.1.2",
15 "@lit-labs/virtualizer": "^2.0.7",
17 "@shoelace-style/shoelace": "^2.15.0",
20 "prettier-plugin-jsdoc": "^0.4.2"
23 "@open-wc/testing": "^3.0.0-next.5",
24 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
26 "@typescript-eslint/eslint-plugin": "^5.59.7",
[all …]
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder.h2 // Use of this source code is governed by a BSD-style license that can be
76 // that are not explicitly configured will use reasonable in-memory defaults.
78 // The returned URLRequestContext is self-contained: Deleting it will safely
98 // In-memory cache.
173 // Sets whether quick PAC checks are enabled. Defaults to true. Ignored if
179 // Sets the proxy service. If one is not provided, by default, uses system
180 // libraries to evaluate PAC scripts, if available (And if not, skips PAC
193 // Call these functions to specify hard-coded Accept-Language
194 // or User-Agent header values for all requests that don't
225 // If set to non-empty, the mapping rules will be applied to requests to the
[all …]
/aosp_15_r20/external/pigweed/
H A Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
16 "ts-protoc-gen": "^0.15.0"
23 "@codemirror/lang-python": "^6.1.6",
25 "@codemirror/theme-one-dark": "^6.1.2",
26 "@lit-labs/virtualizer": "^2.0.7",
27 "@material-ui/core": "^4.12.1",
28 "@material-ui/lab": "^4.0.0-alpha.60",
30 "@open-wc/testing": "^3.0.0-next.5",
[all …]
/aosp_15_r20/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java8 * http://www.apache.org/licenses/LICENSE-2.0
252 private static final int UNSET_MCC_OR_MNC = -1;
256 private static final String CONTENT_TYPE_HEADER = "Content-Type";
333 * Message indicating sign-in app should be launched.
344 * 0 indicates self-initiated, so nobody to blame.
350 * Private DNS. If a DNS resolution is required, e.g. for DNS-over-TLS in
453 private static final int INVALID_UID = -1;
455 // Stop blaming UID that requested re-evaluation after this many attempts.
530 // Set if the user explicitly selected "Do not use this network" in captive portal sign-in app.
630 // <timestamp> 862 2402 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: ... in NetworkMonitor()
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java8 * http://www.apache.org/licenses/LICENSE-2.0
426 private static final String DIAG_ARG = "--diag";
427 public static final String SHORT_ARG = "--short";
456 "android.telephony.apn-restore";
471 // Default to 30s linger time-out, and 5s for nascent network. Modifiable only for testing.
495 // True if the cell radio of the device is capable of time-sharing.
544 * On U-, the blocked reasons come from NPMS.
607 * For per-app preferences, requests contain an int to signify which request
610 * direct device-originated data traffic of the specific UIDs to the correct
617 * Requests that don't code for a per-app preference use PREFERENCE_ORDER_INVALID.
[all …]
/aosp_15_r20/external/curl/docs/libcurl/
H A Dlibcurl-tutorial.md1 ---
3 SPDX-License-Identifier: curl
4 Title: libcurl-tutorial
7 See-also:
8 - libcurl-easy (3)
9 - libcurl-errors (3)
10 - libcurl-multi (3)
11 - libcurl-url (3)
13 - All
14 Added-in: n/a
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dandroidmanagement.v1.json20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
118 …android.com/enterprise/terms/). Always set this to true when creating an EMM-managed enterprise. D…
123 …se token appended to the callback URL. Only set this when creating a customer-managed enterprise.",
133 …rl used to sign up for the enterprise. Only set this when creating a customer-managed enterprise.",
150 "description": "Deletes an enterprise. Only available for EMM-managed enterprises.",
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
170 import java.net.Proxy;
217 * <a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a>
230 * <a href="#profile-on-parent">limited</a> ability to affect policy on its parent.
236 * <li>A Profile Owner on an <a href="#organization-owned">organization owned</a> device has access
237 …* to additional abilities, both <a href="#profile-on-parent-organization-owned">affecting policy o…
246 * <p>For more information, see <a href="{@docRoot}work/dpc/build-dpc">Building a Device Policy
272 * <p>For more information on provisioning, see <a href="{@docRoot}work/dpc/build-dpc">Building a
295 * <p id="organization-owned"><b>Organization Owned</b></p>
303 * <p id="profile-on-parent-organization-owned">Profile owners running on an
[all …]
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_transaction_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
159 //-----------------------------------------------------------------------------
178 "Alt-Svc: h2=\"mail.example.org:443\"\r\n";
182 ->GetSocketPool(HttpNetworkSession::NORMAL_SOCKET_POOL, in GetIdleSocketCountInTransportSocketPool()
184 ->IdleSocketCount(); in GetIdleSocketCountInTransportSocketPool()
189 ->GetSocketPool(HttpNetworkSession::NORMAL_SOCKET_POOL, in IsTransportSocketPoolStalled()
191 ->IsStalled(); in IsTransportSocketPoolStalled()
208 // Tests LoadTimingInfo in the case a socket is reused and no PAC script is
228 // Tests LoadTimingInfo in the case a new socket is used and no PAC script is
251 // Tests LoadTimingInfo in the case a socket is reused and a PAC script is
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/framework/framework-connectivity.impl/android_common_apex30/javac/
Dframework-connectivity.jar ... META-INF/ META-INF/MANIFEST.MF android/ android/net ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/framework/framework-connectivity.impl/android_common/javac/
Dframework-connectivity.jar ... META-INF/ META-INF/MANIFEST.MF android/ android/net ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/framework/framework-connectivity-pre-jarjar-without-cronet/android_common/javac/
Dframework-connectivity-pre-jarjar-without-cronet.jar ... META-INF/ META-INF/MANIFEST.MF android/ android/net ...
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DSettings.java8 * http://www.apache.org/licenses/LICENSE-2.0
127 * The Settings provider contains global system-level device preferences.
206 * Activity Action: Show scanning settings to allow configuration of Wi-Fi
254 * such as Wi-Fi, Bluetooth and Mobile networks.
347 * Activity Action: Show One-handed mode Settings page.
574 * The activity may define meta-data to describe what usage access is
691 * Activity Action: Show settings to allow configuration of cross-profile access for apps
769 * Activity Action: Show privacy controls sub-page, i.e. privacy (camera/mic) toggles and more.
798 * Activity Action: Show settings to allow configuration of Wi-Fi.
829 * address for Wi-Fi.
[all …]
/aosp_15_r20/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6 # will be cleaned up periodically by compat-team@.
8 Landroid/accessibilityservice/AccessibilityButtonController;-><init>(Landroid/accessibilityservice/…
9 Landroid/accessibilityservice/AccessibilityButtonController;->dispatchAccessibilityButtonAvailabili…
10 Landroid/accessibilityservice/AccessibilityButtonController;->dispatchAccessibilityButtonClicked()V
11 Landroid/accessibilityservice/AccessibilityButtonController;->LOG_TAG:Ljava/lang/String;
12 Landroid/accessibilityservice/AccessibilityButtonController;->mCallbacks:Landroid/util/ArrayMap;
13 Landroid/accessibilityservice/AccessibilityButtonController;->mLock:Ljava/lang/Object;
14 Landroid/accessibilityservice/AccessibilityButtonController;->mServiceConnection:Landroid/accessibi…
15 Landroid/accessibilityservice/AccessibilityService$Callbacks;->init(ILandroid/os/IBinder;)V
16 Landroid/accessibilityservice/AccessibilityService$Callbacks;->onAccessibilityButtonAvailabilityCha…
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-media-compat-nodeps/android_common/aar/
Dclasses.jarandroid/support/v4/media/MediaBrowserCompat$CallbackHandler.class MediaBrowserCompat.java package android. ...
Dandroid-support-media-compat-nodeps.jarandroid/support/v4/media/MediaBrowserCompat$CallbackHandler.class MediaBrowserCompat.java package android. ...
/aosp_15_r20/external/libtextclassifier/native/annotator/pod_ner/test_data/
H A Dvocab.txt1012 -
4006 agent
14398 pac
19499 ##pac
24541 proxy
29625 ##-
/aosp_15_r20/packages/apps/Settings/res/values-tl/
Dstrings.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (C) 2007 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
24 <string name="confirmation_turn_on" msgid="2979094011928347665">"I-on"</string>
26 …<string name="device_info_protected_single_press" msgid="3810785480060743677">"I-tap para ipakita …
30 …<string name="dev_settings_disabled_warning" msgid="6971867026249671244">"Paki-enable muna ang mga…
31 …nly_warning" msgid="3408243404879083111">"Ang mga admin user lang ang makaka-access sa mga setting…
35 <string name="radioInfo_service_off" msgid="6184928420860868571">"Naka-off ang Radyo"</string>
48 …ay_awake_on_fold_summary" msgid="1939963751585954262">"Mag-o-on ang display sa harap kapag na-fold…
[all …]
/aosp_15_r20/packages/apps/Settings/res/values-hu/
Dstrings.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (C) 2007 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
44 <string name="qr_code_content_description" msgid="1852208464419291347">"QR-kód"</string>
52 …ülső kijelzőn, vagy várjon néhány másodpercet a képernyő zárolásáig. A játék- és videóalkalmazások…
56 …A rendszer a képeket semmilyen esetben nem tárolja, és nem is küldi el őket a Google-nak."</string>
78 …oth_hearing_device_settings_title" msgid="6060072560486755057">"Hallókészülék-beállítások"</string>
79 …e_settings_summary" msgid="3822646075744075158">"Gyorsparancs, hallókészülék-kompatibilitás"</stri…
89 …<string name="bluetooth_media_title" msgid="2878373577382067290">"Média- és rendszerhangok"</strin…
[all …]
/aosp_15_r20/prebuilts/runtime/appcompat/
H A Dhiddenapi-flags.csv1 Landroid/Manifest$permission;-><init>()V,public-api,sdk,system-api,test-api
2 Landroid/Manifest$permission;->ACCEPT_HANDOVER:Ljava/lang/String;,public-api,sdk,system-api,test-api
3 Landroid/Manifest$permission;->ACCESS_AMBIENT_LIGHT_STATS:Ljava/lang/String;,sdk,system-api,test-api
4 Landroid/Manifest$permission;->ACCESS_BACKGROUND_LOCATION:Ljava/lang/String;,public-api,sdk,system-
5 Landroid/Manifest$permission;->ACCESS_BLOBS_ACROSS_USERS:Ljava/lang/String;,public-api,sdk,system-a…
6 Landroid/Manifest$permission;->ACCESS_BROADCAST_RADIO:Ljava/lang/String;,sdk,system-api,test-api
7 Landroid/Manifest$permission;->ACCESS_CACHE_FILESYSTEM:Ljava/lang/String;,sdk,system-api,test-api
8 Landroid/Manifest$permission;->ACCESS_CHECKIN_PROPERTIES:Ljava/lang/String;,public-api,sdk,system-a…
9 Landroid/Manifest$permission;->ACCESS_COARSE_LOCATION:Ljava/lang/String;,public-api,sdk,system-api,…
10 Landroid/Manifest$permission;->ACCESS_CONTENT_PROVIDERS_EXTERNALLY:Ljava/lang/String;,lo-prio,max-t…
[all …]

12345678910>>...18