Searched refs:fix (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java50 mFix = findViewById(R.id.fix);
83 fix();
101 private void fix() { method in class:FixVibrateSetting
/frameworks/ex/common/java/com/android/common/
H A DRfc822Validator.java105 * to fix them. This can be used to strip results of incorrectly formatted
109 * attempt to fix them
171 String fix = removeIllegalCharacters(text.substring(0, index));
172 if (TextUtils.isEmpty(fix)) {
180 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain));
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java123 URI uri = mAddressFactory.createURI(fix(uriString));
151 private String fix(String uriString) { method in class:SipProfile.Builder
286 mAddressFactory.createURI(fix(mProxyAddress));
/frameworks/rs/script_api/
H A Drs_graphics.spec23 // TODO We need to fix some of the builds before enabling this error:

Completed in 173 milliseconds