Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/ex/common/java/com/android/common/
DRfc822Validator.java171 String fix = removeIllegalCharacters(text.substring(0, index)); in fixText() local
172 if (TextUtils.isEmpty(fix)) { in fixText()
180 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain)); in fixText()
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java50 mFix = findViewById(R.id.fix); in onCreate()
83 fix(); in onClick()
101 private void fix() { in fix() method in FixVibrateSetting
/frameworks/base/tests/LegacyRestoreTest/
DREADME13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix
15 version of Android which incorporates the fix.
/frameworks/testing/uiautomator/library/
Dapicheck_msg_last.txt4 an SDK. Please fix the errors listed above.
/frameworks/multidex/library/
Dbuild.gradle14 // TODO: fix errors and reenable.
/frameworks/ex/common/
Dbuild.gradle14 // TODO: fix errors and reenable.
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipProfile.java123 URI uri = mAddressFactory.createURI(fix(uriString)); in Builder()
151 private String fix(String uriString) { in fix() method in SipProfile.Builder
286 mAddressFactory.createURI(fix(mProxyAddress)); in build()
/frameworks/volley/
Drules.gradle24 // TODO: fix errors and reenable.
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd19 <li><a href="#FastFix">Getting a fast fix with the last known location</a></li>
219 <h3 id="FastFix">Getting a fast fix with the last known location</h3>
221 <p>The time it takes for your location listener to receive the first location fix is often too
249 <p>You might expect that the most recent location fix is the most accurate.
250 However, because the accuracy of a location fix varies, the most recent fix is not always the best.
254 <p>Here are a few steps you can take to validate the accuracy of a location fix:</p>
267 /** Determines whether one Location reading is better than the current Location fix
269 * @param currentBestLocation The current Location fix, to which you want to compare the new one
277 // Check whether the new location fix is newer or older
292 // Check whether the new location fix is more or less accurate
[all …]
/frameworks/support/v7/gridlayout/
Dbuild.gradle27 // TODO: fix errors and reenable.
/frameworks/support/v7/appcompat/
Dbuild.gradle32 // TODO: fix errors and reenable.
/frameworks/base/docs/html/guide/faq/
Dsecurity.jd15 <li><a href="#directfix">Can I get a fix directly from the Android Platform
58 of our progress in issuing a fix. </p>
142 <a name="directfix" id="directfix"></a><h2>Can I get a fix directly from the
151 work diligently to find and fix flaws as quickly as possible and to distribute
/frameworks/support/v7/mediarouter/
Dbuild.gradle60 // TODO: fix errors and reenable.
/frameworks/support/v7/palette/
Dbuild.gradle23 // TODO: fix errors and reenable.
/frameworks/support/v7/recyclerview/
Dbuild.gradle25 // TODO: fix errors and reenable.
/frameworks/support/v7/cardview/
Dbuild.gradle28 // TODO: fix errors and reenable.
/frameworks/support/v17/leanback/
Dbuild.gradle33 // TODO: fix errors and reenable.
/frameworks/opt/telephony/
DREADME.txt19 and was required to fix a bug when Dcc called
/frameworks/base/docs/html/training/notepad/
Dnotepad-extra-credit.jd70 find the bottlenecks and fix them.</p>
/frameworks/support/v13/
Dbuild.gradle74 // TODO: fix errors and reenable.
/frameworks/base/docs/html/design/building-blocks/
Dgrid-lists.jd56 <p>Horizontally scrolling lists fix the vertical axis of the item grid. Compared to vertically
/frameworks/support/v4/
Dbuild.gradle86 // TODO: fix errors and reenable.
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd45 5.0, a fix is available, but apps must ensure that this fix is installed. By
87 …<a href="{@docRoot}reference/com/google/android/gms/common/SupportErrorDialogFragment.html">fix-it…
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd258 href="#Reporting_Problems">Reporting Problems</a>) so we can fix them as quickly
267 working with tool vendors to find and fix such issues. In many cases, getting
268 the latest versions of your tools and regenerating the DEX files can fix these
/frameworks/base/docs/html/distribute/users/
Dknow-your-user.jd28 about an app when you fix issues.

1234