Home
last modified time | relevance | path

Searched +full:browser +full:- +full:compat +full:- +full:data (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DBrowser.java8 * http://www.apache.org/licenses/LICENSE-2.0
19 import android.compat.annotation.UnsupportedAppUsage;
33 public class Browser { class
34 private static final String LOGTAG = "browser";
41 public static final Uri BOOKMARKS_URI = Uri.parse("content://browser/bookmarks");
44 * The name of extra data when starting Browser with ACTION_VIEW or
48 * 0, the Browser will use default. If set to 100, the Browser will start
51 public static final String INITIAL_ZOOM_LEVEL = "browser.initialZoomLevel";
54 * The name of the extra data when starting the Browser from another
58 * identify the calling application. The Browser will attempt to reuse the
[all …]
H A DBrowserContract.java8 * http://www.apache.org/licenses/LICENSE-2.0
20 import android.compat.annotation.UnsupportedAppUsage;
36 * The contract between the browser provider and applications. Contains the definition
41 * BrowserContract defines an database of browser-related information which are bookmarks,
47 /** The authority for the browser provider */
48 public static final String AUTHORITY = "com.android.browser";
50 /** A content:// style uri to the authority for the browser provider */
137 * Version number that is updated whenever this row or its related data
246 * The bookmarks table, which holds the user's browser bookmarks.
352 * Flag indicating if an item is a folder or bookmark. Non-zero values indicate
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/assist/
H A DAssistContent.java4 import android.compat.annotation.UnsupportedAppUsage;
38 * "Open in browser" feature will use this URI to transition the current session from one
44 * authentication credentials into this URI, because it will be surfaced in the browser URL
49 * <a href="https://developer.android.com/guide/components/activities/recents#url-sharing">
50 * recents URL sharing</a> which do not benefit from a session-transfer web URI.
110 * Sets the Intent associated with the content, describing the current top-level context of
111 * the activity. If this contains a reference to a piece of data related to the activity,
122 * {@link android.app.Activity#getIntent Activity.getIntent}. Can be modified in-place.
148 * Return the current {@link #setClipData}, which you can modify in-place.
155 * Sets optional structured data regarding the content being viewed. The provided data
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py9 # http://www.apache.org/licenses/LICENSE-2.0
42 TCPDUMP_PATH = "/data/local/tmp/"
55 """Verify if LTE data is enabled and tethering supported."""
61 "HTTP verification failed on cell data connection")
69 """Set chrome browser start with no-first-run verification.
80 "rm /data/local/chrome-command-line",
81 "am set-debug-app --persistent com.android.chrome",
82 'echo "chrome --no-default-browser-check --no-first-run '
83 '--disable-fre" > /data/local/tmp/chrome-command-line']
105 ping_result = ad.adb.shell("ping -c 3 -W 2 %s" % vpn_ping_addr)
[all …]
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DResultCode.java8 * http://www.apache.org/licenses/LICENSE-2.0
19 import android.compat.annotation.UnsupportedAppUsage;
101 * Results '2X' indicate to the UICC that it may be worth re-trying the
126 /** Launch browser generic error code */
135 * Results '3X' indicate that it is not worth the UICC re-trying with an
147 /** Command data not understood by terminal */
157 /** SMS RP-ERROR */
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java8 * http://www.apache.org/licenses/LICENSE-2.0
22 import android.compat.annotation.UnsupportedAppUsage;
55 * {@link #providerInfo} will be non-null.
62 * {@link #serviceInfo}, or {@link #providerInfo} will be non-null.
69 * {@link #serviceInfo}, or {@link #providerInfo} will be non-null.
76 * or components defined in un-installed splits.
127 public int specificIndex = -1;
132 * perform on this data.
156 * Optional -- if non-null, the {@link #labelRes} and {@link #icon}
192 * resolution is classified as a "browser".
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DSearchManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
22 import android.compat.annotation.UnsupportedAppUsage;
86 * Intent extra data key: Use this key with
94 * Intent extra data key: Use this key with
108 * Intent extra data key: Use this key with Intent.ACTION_SEARCH and
111 * to obtain any additional app-specific data that was inserted by the
117 * Intent extra data key: Use {@link android.content.Intent#getBundleExtra
127 * Intent extra data key: Use this key with Intent.ACTION_SEARCH and
137 * Intent extra data key: This key will be used for the extra populated by the
143 * Boolean extra data key for {@link #INTENT_ACTION_GLOBAL_SEARCH} intents. If {@code true},
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
17 "material-design-icons": "^3.0.1",
19 "roboto-fontface": "*",
20 "vue": "^3.0.0-0",
21 "vue-echarts": "^6.0.0-rc.6",
22 "vue-router": "^4.0.0-0",
23 "vue-uuid": "^2.0.2",
24 "vue3-table-lite": "^1.0.5",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DTrustManagerImpl.java9 * http://www.apache.org/licenses/LICENSE-2.0
27 * http://www.apache.org/licenses/LICENSE-2.0
105 * The AndroidCAStore if non-null, null otherwise.
110 * The CertPinManager, which validates the chain against a host-to-pin mapping
115 * The backing store for the AndroidCAStore if non-null. This will
137 * non-AndroidCAStore, we initialize this as part of the
157 @android.compat.annotation.UnsupportedAppUsage
334 @android.compat.annotation.UnsupportedAppUsage
402 * Validates whether a server is trusted. If session is given and non-null
481 byte[] data = null; in getTlsSctDataFromSession()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dsessions.py17 from .compat import Mapping, cookielib, urljoin, urlparse
119 # rarely used with non-ASCII characters in HTTP headers.
122 # To solve this, we re-encode the location in latin1.
133 # Special case: allow http -> https redirect when using the standard
229 purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding")
248 # A failed tell() sets `_body_position` to `object()`. This non-None
252 "Content-Length" in headers or "Transfer-Encoding" in headers
255 # Attempt to rewind consumed file-like object.
304 """This method re-evaluates the proxy configuration by considering the
310 This method also replaces the Proxy-Authorization header where
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dsessions.py17 from .compat import Mapping, cookielib, urljoin, urlparse
119 # rarely used with non-ASCII characters in HTTP headers.
122 # To solve this, we re-encode the location in latin1.
133 # Special case: allow http -> https redirect when using the standard
229 purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding")
248 # A failed tell() sets `_body_position` to `object()`. This non-None
252 "Content-Length" in headers or "Transfer-Encoding" in headers
255 # Attempt to rewind consumed file-like object.
304 """This method re-evaluates the proxy configuration by considering the
310 This method also replaces the Proxy-Authorization header where
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dsessions.py17 from .compat import Mapping, cookielib, urljoin, urlparse
119 # rarely used with non-ASCII characters in HTTP headers.
122 # To solve this, we re-encode the location in latin1.
133 # Special case: allow http -> https redirect when using the standard
229 purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding")
248 # A failed tell() sets `_body_position` to `object()`. This non-None
252 "Content-Length" in headers or "Transfer-Encoding" in headers
255 # Attempt to rewind consumed file-like object.
304 """This method re-evaluates the proxy configuration by considering the
310 This method also replaces the Proxy-Authorization header where
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dsessions.py17 from .compat import Mapping, cookielib, urljoin, urlparse
119 # rarely used with non-ASCII characters in HTTP headers.
122 # To solve this, we re-encode the location in latin1.
133 # Special case: allow http -> https redirect when using the standard
229 purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding")
248 # A failed tell() sets `_body_position` to `object()`. This non-None
252 "Content-Length" in headers or "Transfer-Encoding" in headers
255 # Attempt to rewind consumed file-like object.
304 """This method re-evaluates the proxy configuration by considering the
310 This method also replaces the Proxy-Authorization header where
[all …]
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebSettings.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 import android.compat.annotation.ChangeId;
24 import android.compat.annotation.EnabledAfter;
25 import android.compat.annotation.EnabledSince;
26 import android.compat.annotation.UnsupportedAppUsage;
56 * the text readable when viewing a wide-viewport layout in the overview mode.
156 * Enable User-Agent Reduction for webview.
157 * The OS, CPU, and Build information in the default User-Agent will be
159 * Minor/build/patch version information in the default User-Agent is
160 * reduced to "0.0.0". The rest of the default User-Agent remains unchanged.
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java8 * http://www.apache.org/licenses/LICENSE-2.0
56 import android.compat.annotation.UnsupportedAppUsage;
572 AsyncTask.THREAD_POOL_EXECUTOR.execute(() -> {
635 () -> { if (mOnSwitchOnWorkSelectedListener != null) {
700 if (selectedProfileExtra != -1) {
742 * #EXTRA_SELECTED_PROFILE} extra was supplied, or {@code -1} if no extra was supplied.
747 int selectedProfile = -1;
749 selectedProfile = getIntent().getIntExtra(EXTRA_SELECTED_PROFILE, /* defValue = */ -1);
1017 if (referrer != null && "android-app".equals(referrer.getScheme())) {
1066 () -> getString(com.android.internal.R.string.forward_intent_to_owner));
[all …]
/aosp_15_r20/tools/netsim/ui/
H A Dpackage-lock.json2 "name": "netsim-app",
8 "name": "netsim-app",
17 "@custom-elements-manifest/analyzer": "^0.4.17",
18 "@open-wc/building-rollup": "^2.2.1",
19 "@open-wc/eslint-config": "^4.3.0",
20 "@open-wc/testing": "next",
21 "@rollup/plugin-node-resolve": "^15.0.1",
22 "@typescript-eslint/eslint-plugin": "^4.33.0",
23 "@typescript-eslint/parser": "^4.33.0",
24 "@web/dev-server": "^0.1.28",
[all …]
/aosp_15_r20/cts/tests/tests/content/data/
HDmalformed.apk.idsig ... Managed/etc/mono/2.0/Browsers/Compat.browser assets/bin/Data/Managed/
/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/development/tools/ota_analysis/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
16 "flush-promises": "^1.0.2",
18 "material-design-icons": "^3.0.1",
20 "roboto-fontface": "*",
21 "vue": "^3.0.0-0",
22 "vue-echarts": "^6.0.0-rc.6",
23 "vue-router": "^4.0.0-0",
24 "vue-uuid": "^2.0.2",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djquery-1.7.1.js14 * Date: Mon Nov 21 21:11:03 2011 -0500
41 quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
43 // Check if a string has a non-whitespace character in it
55 rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,
56 rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
66 rdashAlpha = /-([a-z]|[0-9])/ig,
67 rmsPrefix = /^-ms-/,
74 // Keep a UserAgent string for use with jQuery.browser
77 // For matching the engine and version of the browser
94 // [[Class]] -> type pairs
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-3.5.1.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-3.5.1.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]

12345678910>>...26