Searched refs:insert (Results 201 - 216 of 216) sorted by relevance

123456789

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1428 final Uri uri = mContext.getContentResolver().insert(
H A DSubscriptionController.java559 Uri uri = resolver.insert(SubscriptionManager.CONTENT_URI, value);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp860 // 3. insert the new relocs "BEFORE" the original reloc.
862 pSection.getRelocData()->getRelocationList().insert(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1708 getContext().getContentResolver().insert(uri, map);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1644 mContext.getContentResolver().insert(uri, map);
/frameworks/base/core/java/android/widget/
H A DEditor.java2675 suggestionInfo.text.insert(0, textAsString.substring(unionStart, spanStart));
4208 str.insert(0, dest, dstart, dend);
H A DTextView.java4436 * this means that the normal hard key event will not insert a newline
4438 * modifier will, however, allow the user to insert a newline character.
5655 * lines but where it doesn't make sense to insert newlines.
8818 ((Editable) mText).insert(getSelectionEnd(), "\n");
8819 ((Editable) mText).insert(getSelectionEnd(), paste);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1160 if (!MDKindMap.insert(std::make_pair(Kind, NewKind)).second)
1236 AliasInit.insert(std::make_pair(AliasInitWorklist.back().first, C));
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2112 db.insert("bookmarks", null, values);
2125 * @param db the database to insert the volume levels into
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1678 // If the file is not a multiple of 16 bytes, insert dummy padding.
1693 Buffer.insert(Buffer.begin(), DarwinBCHeaderSize, 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1695 // If the file is not a multiple of 16 bytes, insert dummy padding.
1710 Buffer.insert(Buffer.begin(), DarwinBCHeaderSize, 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1853 // If the file is not a multiple of 16 bytes, insert dummy padding.
1868 Buffer.insert(Buffer.begin(), DarwinBCHeaderSize, 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1881 // adb shell sqlite3 /data/data/com.android.providers.settings/databases/settings.db "insert into system (name,value) values ('radio.test.onDSC.null.dcac', '1');"
2573 log("setPreferredApn: insert");
2576 resolver.insert(PREFERAPN_NO_UPDATE_URI, values);
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java1954 mAddLongTable = GrowingArrayUtils.insert(
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2694 missingConfigs.insert(config);
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 373 milliseconds

123456789