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

/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorEditable.java35 replace(int start, int end, CharSequence tb, int tbstart, int tbend) { method in class:CalculatorEditable
37 return super.replace(start, end, tb, tbstart, tbend);
57 delta = delta.replace(ORIGINALS[i], REPLACEMENTS[i]);
71 return super.replace(start, end, "");
79 return super.replace(start, end, "");
93 return super.replace(start, end, "");
96 return super.replace(start, end, delta);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java113 String content = mSbElementContent.toString().replace('\n', ' ');
281 private int buildIndex(SQLiteDatabase db, String selection, boolean replace) { argument
310 saveContactIndex(db, currentContactId, mIndexBuilder, replace);
324 saveContactIndex(db, currentContactId, mIndexBuilder, replace);
334 SQLiteDatabase db, long contactId, IndexBuilder builder, boolean replace) {
339 if (replace) {
333 saveContactIndex( SQLiteDatabase db, long contactId, IndexBuilder builder, boolean replace) argument
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java145 if (!Cache.replace(conv)) {
146 LogTag.error("get by threadId cache.replace failed on " + conv);
182 if (!Cache.replace(conv)) {
183 LogTag.error("get by recipients cache.replace failed on " + conv);
221 allowQuery /* don't block */, true /* replace number */), allowQuery);
247 false /* don't block */, false /* don't replace number */);
279 if (!Cache.replace(conv)) {
280 LogTag.error("Converations.from cache.replace failed on " + conv);
836 static boolean replace(Conversation c) { method in class:Conversation.Cache
1053 if (!Cache.replace(con
[all...]
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp1560 bool replace = false; local
1566 replace = true;
1568 if (replace || (mtrx_nd_num < kMaxNodeARow &&
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2523 private void addAttachment(int type, boolean replace) { argument
2524 // Calculate the size of the current slide if we're doing a replace so the
2528 if (replace && slideShow != null) {
2586 // to record some audio) which will eventually replace the content on the current
2595 private void showAddAttachmentDialog(final boolean replace) { argument
2606 addAttachment(mAttachmentTypeSelectorAdapter.buttonToCommand(which), replace);
3563 false /* don't block */, true /* replace number */), false);
3588 false /* don't block */, true /* replace number */), false);

Completed in 87 milliseconds