Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java333 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket() local
350 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket() local
368 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket() local
381 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonNullPrimarySortKey() local
395 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonZeroAltPhonebookBucket() local
408 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonNullAltSortKeyToNumber() local
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockContentProvider.java216 public Insert(Uri uri, ContentValues contentValues, Uri resultUri) { in Insert()
233 private boolean equals(Uri uri, ContentValues contentValues) { in equals()
359 ContentValues contentValues, in Update()
391 ContentValues contentValues, in equals()
456 public void expectInsert(Uri contentUri, ContentValues contentValues, Uri resultUri) { in expectInsert()
461 ContentValues contentValues, in expectUpdate()
535 private String insertToString(Uri uri, ContentValues contentValues) { in insertToString()
565 ContentValues contentValues, in updateToString()
/packages/apps/Dialer/tests/src/com/android/dialer/compat/
DFilteredNumberCompatTest.java142 ContentValues contentValues = new ContentValues(); in testNewBlockNumberContentValues_N_Migrated() local
280 ContentValues contentValues = new ContentValues(); in newExpectedContentValuesM() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorIntents.java85 ArrayList<ContentValues> contentValues) { in createEditOtherContactIntent()
166 ArrayList<ContentValues> contentValues = rawContactDeltaList.get(0).getContentValues(); in putRawContactDeltaValues() local
DContactEditorBaseFragment.java252 ArrayList<ContentValues> contentValues); in onEditOtherContactRequested()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DVoicemailsQueryHelper.java175 ContentValues contentValues = new ContentValues(); in markReadInDatabase() local
185 ContentValues contentValues = new ContentValues(); in updateWithTranscription() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DStructuredNameDataItem.java96 final ContentValues contentValues = getContentValues(); in isSuperPrimary() local
/packages/apps/Dialer/tests/src/com/android/dialer/database/
DFilteredNumberAsyncQueryHandlerTest.java355 ContentValues contentValues = new ContentValues(); in newBlockNumberContentValuesN() local
361 ContentValues contentValues = new ContentValues(); in newBlockNumberContentValuesM() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataHandler.java119 final ContentValues contentValues = MetadataDbHelper.getContentValuesByWordListId( in getCurrentMetadataForWordList() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DNameConverter.java156 ContentValues contentValues) { in displayNameToStructuredName()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailConversationCursor.java227 final ContentValues contentValues = new ContentValues(1); in markContentsSeen() local
/packages/apps/Dialer/src/com/android/dialer/compat/
DFilteredNumberCompat.java235 ContentValues contentValues = new ContentValues(); in newBlockNumberContentValues() local
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
DFillCallLogTestActivity.java629 final ContentValues contentValues = new ContentValues(); in addManualVoicemail() local
638 contentValues); in addManualVoicemail() local
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DBlockedNumberBackupAgent.java224 ContentValues contentValues = new ContentValues(); in writeToProvider() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2042 ContentValues contentValues = new ContentValues(); in setEmailMessageStatusDelete() local
2130 ContentValues contentValues = new ContentValues(); in updateThreadId() local
2352 ContentValues contentValues = new ContentValues(); in setMessageStatusRead() local
2371 ContentValues contentValues = new ContentValues(); in setMessageStatusRead() local
2384 ContentValues contentValues = new ContentValues(); in setMessageStatusRead() local
3170 ContentValues contentValues = new ContentValues(2); in actionMessageDelivery() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java1601 ContentValues contentValues = new ContentValues(); in upgradeDatabaseToVersion51() local
DMmsSmsProvider.java554 ContentValues contentValues = new ContentValues(1); in getSingleAddressId() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java385 public int update(Context context, ContentValues contentValues) { in update()
392 static public int update(Context context, Uri baseUri, long id, ContentValues contentValues) { in update()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java809 ArrayList<ContentValues> contentValues = new ArrayList<ContentValues>(); in moveItemsInDatabase() local
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2984 ContentValues contentValues = new ContentValues(); in updateValueForKey() local