Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DCalendarUtils.java248 ContentValues values2 = new ContentValues(); in setTimeZone() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java745 ContentValues values2 = new ContentValues(); in testStatusUpsert() local
793 ContentValues values2 = new ContentValues(); in testStatusQuotaUpsert() local
DContactsProvider2Test.java1564 ContentValues values2 = new ContentValues(); in testPhonesFilterQueryInter() local
2500 ContentValues values2 = new ContentValues(); in testCallablesQuery() local
2553 final ContentValues values2 = new ContentValues(values); in testEmailsQuery() local
2563 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId2), values2); in testEmailsQuery() local
2564 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId2), values2); in testEmailsQuery() local
2912 final ContentValues values2 = new ContentValues(values); in testPostalsQuery() local
2924 values2); in testPostalsQuery() local
2925 assertStoredValues(ContentUris.withAppendedId(dedupeUri, dataId2), values2); in testPostalsQuery() local
3244 ContentValues values2 = new ContentValues(); in testQueryContactStrequent() local
3404 ContentValues values2 = new ContentValues(); in testQueryContactFrequent() local
[all …]
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1624 ContentValues values2 = new ContentValues(); in testApnSetId() local
1671 ContentValues values2 = new ContentValues(); in testPreferApnSetUrl() local
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java499 protected static boolean areEqual(ValuesDelta values1, ContentValues values2, DataKind kind) { in areEqual()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaProviderTest.java388 final ContentValues values2 = new ContentValues(); in testBulkInsert() local