Home
last modified time | relevance | path

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

12

/frameworks/base/packages/StatementService/src/com/android/statementservice/
DIntentFilterVerificationReceiver.java88 String hosts = inputExtras.getString( in onReceive() local
93 Log.i(TAG, "Verify IntentFilter for " + hosts); in onReceive()
98 String[] hostList = hosts.split(" "); in onReceive()
/frameworks/base/docs/html/preview/features/
Dapp-linking.jd168 When the {@code android:autoVerify} attribute is set, the system attempts to verify all hosts
175 <h3 id="multi-host">Supporting app linking for multiple hosts</h3>
215 The Digital Asset Links protocol treats subdomains as unique, separate hosts. If your intent
383 <h3 id="test-hosts">Confirm the list of hosts to verify</h3>
386 When testing, you should confirm the list of associated hosts that the system should verify
481 <li>{@code Domains} - Shows the full list of hosts whose web links this app handles.
554 The list of hosts that the platform would attempt to verify from the above manifest is:
565 The list of hosts that the platform would not attempt to verify from the above manifest is:
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd94 <li>It hosts an {@link android.app.Activity} that the user is interacting with (the {@link
98 <li>It hosts a {@link android.app.Service} that's bound to the activity that the user is
101 <li>It hosts a {@link android.app.Service} that's running "in the foreground"&mdash;the
104 <li>It hosts a {@link android.app.Service} that's executing one of its lifecycle
108 <li>It hosts a {@link android.content.BroadcastReceiver} that's executing its {@link
123 <li>It hosts an {@link android.app.Activity} that is not in the foreground, but is still
128 <li>It hosts a {@link android.app.Service} that's bound to a visible (or foreground)
170 components currently active in the process. For example, if a process hosts a service and a visible
Dfragments.jd543 <p>Then the activity that hosts the fragment implements the {@code OnArticleSelectedListener}
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DMain.java158 File[] hosts = host.listFiles(new FileFilter() { in getPlatformDirFromRoot() local
165 for (File hostOut : hosts) { in getPlatformDirFromRoot()
/frameworks/base/docs/html/guide/topics/ui/controls/
Dcheckbox.jd61 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
Dradiobutton.jd68 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
Dbutton.jd94 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd18 accessory mode, the external USB hardware act as the USB hosts. Examples of accessories might
/frameworks/base/docs/html/training/secure-file-sharing/
Drequest-file.jd106 * When the Activity of the app that hosts files sets a result and calls
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd99 <p>In order to receive event callbacks from the fragment, the activity that hosts it must
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.4.jd59 as accessories connect as USB hosts. </p>
Dandroid-3.1.jd126 accessories (connection of USB hosts), declare this element:
818 function as hosts.</li>
Dandroid-3.1-highlights.jd94 hardware devices designed to attach to Android-powered devices as USB hosts. When an
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd260 <p>Regardless of the version of Android you are targeting, all hosts
279 For example, many hosts align icons and widgets in a grid. In this scenario,
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1095 List<ResolveInfo> hosts = mPackageManager.queryIntentServicesAsUser( in BackupManagerService() local
1098 Slog.v(TAG, "Found transports: " + ((hosts == null) ? "null" : hosts.size())); in BackupManagerService()
1100 if (hosts != null) { in BackupManagerService()
1101 for (int i = 0; i < hosts.size(); i++) { in BackupManagerService()
1102 final ServiceInfo transport = hosts.get(i).serviceInfo; in BackupManagerService()
1956 List<ResolveInfo> hosts = mPackageManager.queryIntentServicesAsUser( in checkForTransportAndBind() local
1958 if (hosts != null) { in checkForTransportAndBind()
1959 final int N = hosts.size(); in checkForTransportAndBind()
1961 final ServiceInfo info = hosts.get(i).serviceInfo; in checkForTransportAndBind()
/frameworks/base/docs/html/tools/help/
Ddesktop-head-unit.jd26 Windows, Mac, and Linux hosts and replaces previous Android Auto simulators,
/frameworks/base/docs/html/guide/practices/
Dtablets-and-handsets.jd186 hosts the second fragment.</li>
291 <li>If Fragment B is <em>not</em> in the layout, Activity A starts Activity B (which hosts
/frameworks/base/docs/html/distribute/googleplay/
Ddeveloper-console.jd334 Google Play hosts them for free and handles the download of the files as part
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd166 <li>Added Clang 3.5 support to all hosts: <code>NDK_TOOLCHAIN_VERSION=clang</code>
1087 <li>Added MCLinker to support Windows hosts. Since {@code ld.gold}
1337 <li>Added static code analyzer for Linux/MacOSX hosts. For information on using the
1339 <li>Added MCLinker for Linux/MacOSX hosts as an experimental feature. The {@code ld.gold}
1500 <li>Enabled {@code polly} for Clang 3.1 on Linux and Max OS X 32-bit hosts which analyzes
1733 default for ARM and X86 on all hosts. You may override it to use the {@code ld.bfd}
2072 architectures on Linux and Mac OS hosts. This support is disabled by default. Add {@code
/frameworks/base/docs/html/training/articles/
Dmemory.jd610 if your app has a content provider that you have running in the default process which also hosts
711 <li>Home process: A special slot for the process that hosts the current Home activity, to try to
Dsecurity-ssl.jd85 hosts such as <em>*.google.com</em>. </p>
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd13 <li>Google Play hosts and serves the expansion files at no charge</li>
75 <p>Google Play hosts the expansion files for your application and serves them to the device at
/frameworks/base/docs/html/tools/devices/
Demulator.jd970 usually means that the emulator ignores the content of your "hosts" file
971 (<code>/etc/hosts</code> on Linux/OS X, <code>%WINDOWS%/system32/HOSTS</code>
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd873 hosts).</td>

12