Searched defs:replace (Results 1 - 7 of 7) sorted by relevance

/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
H A DImgSrcReplacementTest.java29 private static void replace(final String input, final String expectedOutput) { method in class:ImgSrcReplacementTest
35 replace(
43 replace(
51 replace(
59 replace(
67 replace(
75 replace(
84 replace(
93 replace(
101 replace(
[all...]
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DSortedArrayAdapter.java146 public void replace(int position, Object item) { method in class:SortedArrayAdapter
172 replace(oldIndex, item);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseWrapper.java399 public long replace(final String table, final String nullColumnHack, method in class:DatabaseWrapper
408 rowId = mDatabase.replace(table, nullColumnHack, values);
410 LogUtil.e(TAG, "Database full, unable to replace", ex);
414 printTiming(t1, String.format(Locale.US, "replace to %s", table));
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java380 * @param what to replace
381 * @param with replace with this
384 * @deprecated Please use {@link String#replace(CharSequence, CharSequence)}.
387 public static String replace( method in class:StringUtil
390 // For the record, String.replace() is capable of handling an empty target
393 return str.replace(what, with);
519 return iString.replace("\n", spacer.toString());
696 * Like String.replace() except that it accepts any number of old chars.
1771 * If this sequence is present in the input string, we replace
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java670 public void fadeAway(final View photo, final boolean replace) { argument
688 if (replace) {
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 265 milliseconds