Searched refs:hosts (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewFactoryProvider.java92 void setSafeBrowsingWhitelist(List<String> hosts, ValueCallback<Boolean> callback); argument
H A DWebView.java1711 * Sets the list of hosts (domain names/IP addresses) that are exempt from SafeBrowsing checks.
1725 * The correct syntax for hosts is defined by <a
1728 * @param hosts the list of hosts
1729 * @param callback will be called with {@code true} if hosts are successfully added to the
1730 * whitelist. It will be called with {@code false} if any hosts are malformed. The callback
1733 public static void setSafeBrowsingWhitelist(@NonNull List<String> hosts, argument
1735 getFactory().getStatics().setSafeBrowsingWhitelist(hosts, callback);
/frameworks/rs/
H A Dupdate-prebuilts.py185 hosts = ('darwin', 'linux', 'windows')
186 for host in hosts:
H A Dbuild_rs.py323 hosts = ['linux-x86', 'windows-x86']
325 hosts = ['darwin-x86']
333 for host in hosts:
/frameworks/support/webkit/src/main/java/androidx/webkit/
H A DWebViewCompat.java182 * Sets the list of hosts (domain names/IP addresses) that are exempt from SafeBrowsing checks.
196 * The correct syntax for hosts is defined by <a
199 * @param hosts the list of hosts
200 * @param callback will be called with {@code true} if hosts are successfully added to the
201 * whitelist. It will be called with {@code false} if any hosts are malformed. The callback
207 public static void setSafeBrowsingWhitelist(@NonNull List<String> hosts, argument
212 WebView.setSafeBrowsingWhitelist(hosts, callback);
214 getFactory().getStatics().setSafeBrowsingWhitelist(hosts, callback);
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DIntentFilterVerificationReceiver.java48 * the maximum number of hosts in a query. If a query contains more than
49 * {@code MAX_HOSTS_PER_REQUEST} hosts, it will fail immediately without making any HTTP request
67 "Request contains %d hosts which is more than the allowed %d.";
89 String hosts = inputExtras.getString(
97 String[] hostList = hosts.split(" ");
148 "Verifying IntentFilter. verificationId:%d scheme:\"%s\" hosts:\"%s\" package:\"%s\".";
/frameworks/base/services/backup/java/com/android/server/backup/
H A DTransportManager.java541 List<ResolveInfo> hosts =
543 if (hosts == null) {
546 for (ResolveInfo host : hosts) {
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTestBase.java202 File[] hosts = host.listFiles(path -> path.isDirectory() &&
205 assert hosts != null;
206 for (File hostOut : hosts) {

Completed in 2983 milliseconds