Searched refs:insert (Results 226 - 245 of 245) sorted by relevance

12345678910

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java423 resolver.insert(stateUri, values);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp516 m_PostponedRelocs[rsym].insert(&pReloc);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp824 // 3. insert the new relocs "BEFORE" the original reloc.
826 pSection.getRelocData()->getRelocationList().insert(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1435 final Uri uri = resolver.insert(Telephony.Sms.Sent.CONTENT_URI, values);
H A DSubscriptionController.java697 Uri uri = resolver.insert(SubscriptionManager.CONTENT_URI, value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1738 getContext().getContentResolver().insert(uri, map);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1707 mContext.getContentResolver().insert(uri, map);
/frameworks/base/core/java/android/provider/
H A DSettings.java1262 resolver.insert(uri, values);
8227 return cr.insert(CONTENT_URI, values);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1514 if (!MDKindMap.insert(std::make_pair(Kind, NewKind)).second)
1590 AliasInit.insert(std::make_pair(AliasInitWorklist.back().first, C));
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1608 newAllowedUsers.insert(static_cast<userid_t>(newUserId[i]));
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2235 db.insert("bookmarks", null, values);
2248 * @param db the database to insert the volume levels into
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1702 // If the file is not a multiple of 16 bytes, insert dummy padding.
1717 Buffer.insert(Buffer.begin(), DarwinBCHeaderSize, 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1764 // If the file is not a multiple of 16 bytes, insert dummy padding.
1779 Buffer.insert(Buffer.begin(), DarwinBCHeaderSize, 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1846 // If the file is not a multiple of 16 bytes, insert dummy padding.
1861 Buffer.insert(Buffer.begin(), DarwinBCHeaderSize, 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1836 // adb shell sqlite3 /data/data/com.android.providers.settings/databases/settings.db "insert into system (name,value) values ('radio.test.onDSC.null.dcac', '1');"
2537 log("setPreferredApn: insert");
2540 resolver.insert(uri, values);
/frameworks/base/core/java/android/widget/
H A DEditor.java2992 suggestionInfo.text.insert(0, textAsString.substring(unionStart, spanStart));
5382 // Remove the new text and insert the old.
5392 // Remove the old text and insert the new.
5474 // StringBuilder do not share an interface for replace/delete/insert.
5506 text.insert(newTextInsertAt, newText);
5520 return "insert";
H A DTextView.java4731 * this means that the normal hard key event will not insert a newline
4733 * modifier will, however, allow the user to insert a newline character.
5966 * lines but where it doesn't make sense to insert newlines.
9440 // Need to hide insert point cursor controller before settings selection, otherwise insert
9479 ((Editable) mText).insert(getSelectionEnd(), "\n");
9480 ((Editable) mText).insert(getSelectionEnd(), paste);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2719 mHasDefaultLocalization.insert(name);
2786 missingConfigs.insert(config);
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java1923 mAddLongTable = GrowingArrayUtils.insert(
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6942 milliseconds

12345678910