Home
last modified time | relevance | path

Searched refs:hosts (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DDnsPerfTest.java39 String[] hosts = new String[] { in timeDns() local
60 InetAddress.getByName(hosts[++i % hosts.length]); in timeDns()
/frameworks/base/services/tests/PackageManagerServiceTests/host/libs/IntentVerifyUtils/src/com/android/server/pm/test/intent/verify/
DVerifyRequest.kt22 val hosts: List<String>, constant in com.android.server.pm.test.intent.verify.VerifyRequest
29 ?: return VerifyRequest(scheme = "", hosts = emptyList(), packageName = "") in deserialize()
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
DDomainVerificationReceiverV1.kt55 val hosts = in scheduleUnlockedV1() constant
64 val workRequests = hosts.map { in scheduleUnlockedV1()
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/
DRetryRequestWorker.kt67 .forEach { (status, hosts) -> in <lambda>() method
70 hosts, in <lambda>()
/frameworks/proto_logging/stats/atoms/threadnetwork/
Dthreadnetwork_atoms.proto177 // The number of active hosts/services registered on the SRP server.
180 // The number of hosts/services in 'Deleted' state on the SRP server.
183 // The sum of lease time in milliseconds of all active hosts/services on the
187 // The sum of key lease time in milliseconds of all active hosts/services on
192 // hosts/services on the SRP server.
196 // hosts/services on the SRP server.
243 // The registration information of hosts on the SRP server
244 optional SrpServerRegistrationInfo hosts = 4; field
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/
DDomainVerificationInternalUserState.java76 public DomainVerificationInternalUserState retainHosts(@NonNull Set<String> hosts) { in retainHosts() argument
77 mEnabledHosts.retainAll(hosts); in retainHosts()
/frameworks/rs/
Dupdate-prebuilts.py185 hosts = ('darwin', 'linux', 'windows')
186 for host in hosts:
Dbuild_rs.py331 hosts = ['linux-x86', 'windows-x86']
333 hosts = ['darwin-x86']
341 for host in hosts:
/frameworks/base/packages/SystemUI/common/
DREADME.md3 `SystemUICommon` is a module within SystemUI that hosts standalone helper libraries. It is intended…
/frameworks/base/core/java/android/webkit/
DWebViewFactoryProvider.java93 void setSafeBrowsingWhitelist(List<String> hosts, ValueCallback<Boolean> callback); in setSafeBrowsingWhitelist() argument
DWebView.java1527 public static void setSafeBrowsingWhitelist(@NonNull List<String> hosts, in setSafeBrowsingWhitelist() argument
1529 getFactory().getStatics().setSafeBrowsingWhitelist(hosts, callback); in setSafeBrowsingWhitelist()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java661 List<ResolveInfo> hosts = in registerTransportsForIntent() local
663 if (hosts == null) { in registerTransportsForIntent()
666 for (ResolveInfo host : hosts) { in registerTransportsForIntent()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/
DBridgeClient.java287 File[] hosts = host.listFiles(path -> path.isDirectory() && in getPlatformDirFromRoot() local
290 assert hosts != null; in getPlatformDirFromRoot()
291 for (File hostOut : hosts) { in getPlatformDirFromRoot()
/frameworks/base/packages/SystemUI/docs/
Dmedia-controls.md48 * Responsible for placement of media view and animation between hosts
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto89 // Process is in the background but hosts the home activity.
91 // Process is in the background but hosts the last shown activity.
/frameworks/proto_logging/stats/atoms/cronet/
Dcronet_extension_atoms.proto65 // being sensitive. For instance, instead of logging values of quic hint hosts
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...