Home
last modified time | relevance | path

Searched defs:contentValues (Results 1 – 19 of 19) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DFakeProviderWithAsserts.java64 ExpectedInsert(Uri uri, ContentValues contentValues, Uri returnValue) { in ExpectedInsert()
79 ContentValues contentValues, int returnValue) { in ExpectedUpdate()
114 public Uri insert(Uri uri, ContentValues contentValues) { in insert()
122 public int update(Uri uri, ContentValues contentValues, String whereClause, in update()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java44 ContentValues contentValues = in testNameUtf8Common() local
119 final ContentValues contentValues = in testPhoneticNameCommon() local
220 ContentValues contentValues = ("UTF-8".equalsIgnoreCase(charset) ? in testPostalAddressWithJapaneseCommon() local
DVCardExporterTests.java245 final ContentValues contentValues = new ContentValues(); in testStructuredNamePhoneticNameCommon() local
344 final ContentValues contentValues = new ContentValues(); in testStructuredNameComplicatedCommon() local
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DContactEntry.java34 ContentValues contentValues = new ContentValues(); in addContentValues() local
DImportTestProvider.java74 ContentValues contentValues = operation.resolveValueBackReferences( in applyBatch() local
177 private String convertToEasilyReadableString(ContentValues contentValues) { in convertToEasilyReadableString()
DContentValuesVerifierElem.java36 ContentValues contentValues = new ContentValues(); in addExpected() local
DContentValuesBuilder.java27 public ContentValuesBuilder(final ContentValues contentValues) { in ContentValuesBuilder()
DPropertyNodesVerifierElem.java67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder()
73 String propName, List<String> propValueList, ContentValues contentValues) { in addExpectedNodeWithOrder()
152 ContentValues contentValues) { in addExpectedNode()
157 List<String> propValueList, ContentValues contentValues) { in addExpectedNode()
/frameworks/base/core/java/android/provider/
DVoicemailContract.java412 ContentValues contentValues = getContentValues(voicemail); in insert() local
429 ContentValues contentValues = getContentValues(voicemails.get(i)); in insert() local
430 contentResolver.insert(buildSourceUri(context.getPackageName()), contentValues); in insert() local
452 ContentValues contentValues = new ContentValues(); in getContentValues() local
DContactsContract.java673 ContentValues contentValues = new ContentValues(); in notifyDirectoryChange() local
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java205 private boolean containsNonEmptyName(final ContentValues contentValues) { in containsNonEmptyName()
290 final ContentValues contentValues = in appendNamePropertiesV40() local
394 final ContentValues contentValues = in appendNameProperties() local
556 private void appendPhoneticNameFields(final ContentValues contentValues) { in appendPhoneticNameFields()
1061 private PostalStruct tryConstructPostalStruct(ContentValues contentValues) { in tryConstructPostalStruct()
1445 final ContentValues contentValues, in appendPostalLine()
1825 final String mimeType, ContentValues contentValues) { in appendAndroidSpecificProperty()
DVCardComposer.java552 ContentValues contentValues = namedContentValues.values; in createOneEntryInternal() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java120 ContentValues contentValues = new ContentValues(); in updateOrInsertCarrierKey() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java308 ContentValues contentValues = valueCapture.getValue(); in testSimNotReadyDisabledUiccApps() local
326 ContentValues contentValues = valueCapture.getValue(); in testSimRemovedWhileDisablingUiccApps() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java119 public void restoreValue(Context context, ContentResolver cr, ContentValues contentValues, in restoreValue()
DSettingsBackupAgent.java621 ContentValues contentValues = new ContentValues(2); in restoreSettings() local
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java504 public InsertCommand(Uri uri, int userId, ContentValues contentValues) { in InsertCommand()
675 public UpdateCommand(Uri uri, int userId, ContentValues contentValues, String where) { in UpdateCommand()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java211 private Cursor getCursor(ContentValues contentValues, int numRows) { in getCursor()
/frameworks/base/core/java/android/app/
DDownloadManager.java850 private void putIfNonNull(ContentValues contentValues, String key, Object value) { in putIfNonNull()