Home
last modified time | relevance | path

Searched refs:known (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/base/docs/html/training/location/
Dretrieve-current.jd13 <li><a href="#last-known">Get the Last Known Location</a></li>
34 known location of the user's device. In most cases, you are interested in the
35 user's current location, which is usually equivalent to the last known
40 location provider</a> to retrieve the device's last known location. The fused
115 <h2 id="last-known">Get the Last Known Location</h2>
118 API, you can get the last known location of a user's device. When your app is
126 <p>To request the last known location, call the
Dreceive-location-updates.jd78 <p>The last known location of the device provides a handy base from which to
79 start, ensuring that the app has a known location before starting the
82 how to get the last known location by calling
85 retrieved the last known location and stored it as a
Dindex.jd79 Learn how to retrieve the last known location of an Android device, which
/frameworks/multidex/
DNOTICE28 License Agreement", informally known as the "Intel Harmony CLA".
/frameworks/wilhelm/tools/hashgen/
DREADME.txt21 hashgen is known to work on Linux with GNU gperf 3.0.3 and GNU sed
/frameworks/base/docs/html/preview/features/
Dapp-linking.jd183 {@code https://www.domain1.com/.well-known/assetlinks.json} and
184 {@code https://www.domain2.com/.well-known/assetlinks.json}:
220 {@code https://www.example.com/.well-known/assetlinks.json} and
221 {@code https://mobile.example.com/.well-known/assetlinks.json}:
244 file, with the name {@code assetlinks.json}, at the following well-known location on the domain:
248 https://<em>domain</em>[:<em>optional_port</em>]/.well-known/assetlinks.json
298 <code>https://www.example.com/.well-known/assetlinks.json</code>:
345 https://www.domain1.com/.well-known/assetlinks.json
359 https://www.domain2.com/.well-known/assetlinks.json
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Dapp-linking.jd40 <pre>http://&lt;domain&gt;:&lt;optional port&gt;/.well-known/statements.json</pre>
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Dapp-linking.jd40 <pre>http://&lt;domain&gt;:&lt;optional port&gt;/.well-known/statements.json</pre>
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Dapp-linking.jd40 <pre>http://&lt;domain&gt;:&lt;optional port&gt;/.well-known/statements.json</pre>
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Dapp-linking.jd40 <pre>http://&lt;domain&gt;:&lt;optional port&gt;/.well-known/statements.json</pre>
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dapp-linking.jd40 <pre>http://&lt;domain&gt;:&lt;optional port&gt;/.well-known/statements.json</pre>
/frameworks/base/docs/html/tools/help/uiautomator/
DUiWatcher.jd67 … all registered watchers on the device. You can use this method to handle known blocking issues th…
/frameworks/base/docs/html/training/keyboard-input/
Dindex.jd21 <p>The Android system shows an on-screen keyboard&mdash;known as a
/frameworks/base/docs/html/tools/building/
Dindex.jd29 your application, because the build system uses a debug key with a known password so you do not have
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd39 <p>The Secure Sockets Layer (SSL)&mdash;now technically known as <a
71 from well known issuers called <a
73 The host platform generally contains a list of well known CAs that it trusts.
79 client can then verify that the server has a certificate issued by a CA known to the platform.</p>
112 certificate issued by a well known CA, you can make a secure request with code as
497 technique known as pinning. This is basically using the example provided in the unknown CA case
498 above to restrict an app's trusted CAs to a small set known to be used by the app's servers. This
521 against known TLS/SSL vulnerabilities and misconfigurations. It's an
Dsecurity-gms-provider.jd37 to protect against known exploits. By calling Google Play services methods, your
39 protect against known exploits.</p>
123 your device's security provider might be vulnerable to known exploits. Your app
/frameworks/opt/telephony/
DREADME.txt9 or are known to be non-blocking and fast. At this time only
/frameworks/base/docs/html/distribute/monetize/
Dpayments.jd85 Google Play balance, also known as stored value, is a stored account balance
/frameworks/base/docs/html/guide/webapps/
Dtargeting.jd71 Android (including Chrome) set the viewport to a large size by default (known as "wide viewport
73 show the full viewport width (known as "overview mode").</p>
/frameworks/base/docs/html/sdk/installing/
Dmigrate.jd67 declarations and Maven dependencies for well-known local source and binary libraries with
202 also replaces any well-known source libraries, binary libraries, and JAR files that have known
/frameworks/base/tools/apilint/
Dapilint.py713 known = collections.defaultdict(int)
722 if val & known[scope]:
724 known[scope] |= val
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd56 This certificate has a private key with a known password, so you can run and debug your app
66 <p>By default, the <em>debug</em> configuration uses a debug keystore, with a known
67 password and a default key with a known password.
/frameworks/base/docs/html/tools/studio/
Declipse-transition-guide.jd294 <p>The import process replaces any well-known source libraries, binary libraries, and JAR files
295 that have known Maven coordinates with Maven dependencies, so you no longer need to
643 debug keystore, with a known password and a default key with a known password located in
691 as Maven dependencies using the known Maven coordinates, so these dependencies do not require
/frameworks/base/docs/html/guide/topics/location/
Dindex.jd56 <li>Query for the list of all {@link android.location.LocationProvider}s for the last known
/frameworks/base/docs/html/preview/backup/
Dindex.jd316 <p>The following are known issues with the automatic backup service:</p>
320 For apps that use Google Cloud Messaging for push notifications, there is a known issue where

12345