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
DContactMetadataProviderTest.java364 ContentValues values2 = getMetadataContentValues( in testBulkInsert() local
DContactsProvider2Test.java1571 ContentValues values2 = new ContentValues(); in testPhonesFilterQueryInter() local
2507 ContentValues values2 = new ContentValues(); in testCallablesQuery() local
2560 final ContentValues values2 = new ContentValues(values); in testEmailsQuery() local
2570 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId2), values2); in testEmailsQuery() local
2571 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId2), values2); in testEmailsQuery() local
2938 ContentValues values2 = new ContentValues(); in testUpdateFromMetadataEntry() local
3246 final ContentValues values2 = new ContentValues(values); in testPostalsQuery() local
3258 values2); in testPostalsQuery() local
3259 assertStoredValues(ContentUris.withAppendedId(dedupeUri, dataId2), values2); in testPostalsQuery() local
3578 ContentValues values2 = new ContentValues(); in testQueryContactStrequent() local
[all …]
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1279 ContentValues values2 = new ContentValues(); in testApnSetId() local
1325 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()