Home
last modified time | relevance | path

Searched defs:values2 (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java584 ContentValues values2 = new ContentValues(); in testStatusUpsert() local
632 ContentValues values2 = new ContentValues(); in testStatusQuotaUpsert() local
DContactMetadataProviderTest.java365 ContentValues values2 = getMetadataContentValues( in testBulkInsert() local
DContactsProvider2Test.java1511 ContentValues values2 = new ContentValues(); in testPhonesFilterQueryInter() local
2446 ContentValues values2 = new ContentValues(); in testCallablesQuery() local
2500 final ContentValues values2 = new ContentValues(values); in testEmailsQuery() local
2510 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId2), values2); in testEmailsQuery() local
2511 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId2), values2); in testEmailsQuery() local
2949 ContentValues values2 = new ContentValues(); in testUpdateFromMetadataEntry() local
3257 final ContentValues values2 = new ContentValues(values); in testPostalsQuery() local
3269 values2); in testPostalsQuery() local
3270 assertStoredValues(ContentUris.withAppendedId(dedupeUri, dataId2), values2); in testPostalsQuery() local
3584 ContentValues values2 = new ContentValues(); in testQueryContactStrequent() local
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DCalendarUtils.java248 ContentValues values2 = new ContentValues(); in setTimeZone() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java501 protected static boolean areEqual(ValuesDelta values1, ContentValues values2, DataKind kind) { in areEqual()