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

/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_validate/com/mot/treetest/
H A DAccess.java5 public int replace = 0; field in class:Access
10 return "Get:"+get+"; Add:"+add+"; Replace:"+replace+"; Delete:"+delete;
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorExpressionBuilder.java37 public SpannableStringBuilder replace(int start, int end, CharSequence tb, int tbstart, method in class:CalculatorExpressionBuilder
41 return super.replace(start, end, tb, tbstart, tbend);
84 // since this is the first edit replace the entire string
91 return super.replace(start, end, appendExpr, 0, appendExpr.length());
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTweener.java110 replace(props, object); // Cancel all animators for given object
164 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) { method in class:Tweener
/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/OMA-DM/engine/dmlib/dmt-tools/lib/
H A DDMTTest.jar ... java.lang.Object { public int get public int replace public int delete public int add public void " href= ...
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallFlowAnalytics.java274 /** Sets whether this is an attempt to replace an existing package. */
275 void setReplace(boolean replace) { argument
276 setFlagState(FLAG_REPLACE, replace);
279 /** Gets whether this is an attempt to replace an existing package. */
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java155 if (!Cache.replace(conv)) {
156 LogTag.error("get by threadId cache.replace failed on " + conv);
192 if (!Cache.replace(conv)) {
193 LogTag.error("get by recipients cache.replace failed on " + conv);
230 .replace(',', ';');
232 allowQuery /* don't block */, true /* replace number */), allowQuery);
258 false /* don't block */, false /* don't replace number */);
290 if (!Cache.replace(conv)) {
291 LogTag.error("Converations.from cache.replace failed on " + conv);
1021 static boolean replace(Conversatio method in class:Conversation.Cache
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java379 * @param what to replace
380 * @param with replace with this
383 * @deprecated Please use {@link String#replace(CharSequence, CharSequence)}.
386 public static String replace( method in class:StringUtil
389 // For the record, String.replace() is capable of handling an empty target
392 return str.replace(what, with);
518 return iString.replace("\n", spacer.toString());
695 * Like String.replace() except that it accepts any number of old chars.
1763 * If this sequence is present in the input string, we replace
/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/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2817 private void addAttachment(int type, boolean replace) { argument
2818 // Calculate the size of the current slide if we're doing a replace so the
2822 if (replace && slideShow != null) {
2878 // to record some audio) which will eventually replace the content on the current
2887 private void showAddAttachmentDialog(final boolean replace) { argument
2899 addAttachment(mAttachmentTypeSelectorAdapter.buttonToCommand(which), replace);
3876 false /* don't block */, true /* replace number */), false);
3907 false /* don't block */, true /* replace number */), false);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 563 milliseconds