Searched refs:known (Results 1 – 25 of 115) sorted by relevance
12345
/frameworks/base/docs/html/training/location/ |
D | retrieve-current.jd | 13 <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 137 <h2 id="last-known">Get the Last Known Location</h2> 140 API, you can get the last known location of a user's device. When your app is 148 <p>To request the last known location, call the
|
D | receive-location-updates.jd | 68 <p>The last known location of the device provides a handy base from which to 69 start, ensuring that the app has a known location before starting the 72 how to get the last known location by calling 75 retrieved the last known location and stored it as a
|
D | index.jd | 79 Learn how to retrieve the last known location of an Android device, which
|
/frameworks/multidex/ |
D | NOTICE | 28 License Agreement", informally known as the "Intel Harmony CLA".
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 21 hashgen is known to work on Linux with GNU gperf 3.0.3 and GNU sed
|
/frameworks/base/docs/html/training/app-links/ |
D | index.jd | 191 {@code https://www.domain1.com/.well-known/assetlinks.json} and 192 {@code https://www.domain2.com/.well-known/assetlinks.json}: 228 {@code https://www.example.com/.well-known/assetlinks.json} and 229 {@code https://mobile.example.com/.well-known/assetlinks.json}: 252 file, with the name {@code assetlinks.json}, at the following well-known location on the domain: 256 https://<em>domain</em>[:<em>optional_port</em>]/.well-known/assetlinks.json 309 <code>https://www.example.com/.well-known/assetlinks.json</code>: 355 https://www.domain1.com/.well-known/assetlinks.json 372 https://www.domain2.com/.well-known/assetlinks.json
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 89 restricted to 11 bits (2048 possible values). The largest known current value is 483 109 All known pattern tables fit in 32 bits total. If this is exceeded, there is a fairly
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | index.jd | 21 <p>The Android system shows an on-screen keyboard—known as a
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 39 <p>The Secure Sockets Layer (SSL)—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 496 technique known as pinning. This is basically using the example provided in the unknown CA case 497 above to restrict an app's trusted CAs to a small set known to be used by the app's servers. This 520 against known TLS/SSL vulnerabilities and misconfigurations. It's an
|
D | security-gms-provider.jd | 37 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/base/docs/html/preview/ |
D | j8-jack.jd | 21 Preview, how to properly set up your project to use them, and any known 197 <h3 id="known-issues">
|
/frameworks/opt/telephony/ |
D | README.txt | 9 or are known to be non-blocking and fast. At this time only
|
/frameworks/base/docs/html/distribute/monetize/ |
D | payments.jd | 85 Google Play balance, also known as stored value, is a stored account balance
|
/frameworks/base/docs/html/training/appbar/ |
D | index.jd | 24 The <em>app bar</em>, also known as the <em>action bar</em>, is one of the most
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 71 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-intl/intl/zh-cn/preview/ |
D | j8-jack.jd | 174 <h3 id="known-issues">
|
/frameworks/base/docs/html-intl/intl/ja/preview/ |
D | j8-jack.jd | 174 <h3 id="known-issues">
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | j8-jack.jd | 174 <h3 id="known-issues">
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 719 known = collections.defaultdict(int) 728 if val & known[scope]: 730 known[scope] |= val
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 56 <li>Query for the list of all {@link android.location.LocationProvider}s for the last known
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 17 Android expects the GPUs available to the system to be known when the system image is built, so its… 154 drivers to known the ownership state of swapchain images.
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 38 <li>IntentReceivers are now known as BroadcastReceivers (but still operate on Intents.) 350 <p>The following are known issues in m5-rc14:</p> 412 <h4>The following known issues noted in m3-rc20 are now fixed:</h4> 463 <p>Unless otherwise noted, known issues from m3-rc20a also apply to m3-rc22a.</p> 470 <p>The following are known issues in m3-rc20a:</p>
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | nfc.jd | 28 <li><a href="#well-known-text">TNF_WELL_KNOWN with RTD_TEXT</a></li> 29 <li><a href="#well-known-uri">TNF_WELL_KNOWN with RTD_URI</a></li> 212 <table id="well-known"> 263 data but is of a known tag technology. 529 <a href="#well-known-uri"><code>RTD_URI</code></a> type instead 580 <h3 id="well-known-text">TNF_WELL_KNOWN with RTD_TEXT</h3> 611 <h3 id="well-known-uri">TNF_WELL_KNOWN with RTD_URI</h3>
|
/frameworks/base/docs/html/work/ |
D | managed-configurations.jd | 21 Managed configurations, previously known as <em>application restrictions</em>, 42 <strong>Note:</strong> For historical reasons, these configuration settings are known as
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-prog-notes.jd | 101 once they are known. 119 MP3, may <em>never</em> be known. 456 vulnerabilities is a known attack vector. We recommend that you play media only from trustworthy
|
12345