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.kt243 val values2 = ContentValues() in setTimeZone() constant
/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.java1789 ContentValues values2 = new ContentValues(); in testPhonesFilterQueryInter() local
2725 ContentValues values2 = new ContentValues(); in testCallablesQuery() local
2778 final ContentValues values2 = new ContentValues(values); in testEmailsQuery() local
2788 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId2), values2); in testEmailsQuery() local
2789 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId2), values2); in testEmailsQuery() local
3137 final ContentValues values2 = new ContentValues(values); in testPostalsQuery() local
3149 values2); in testPostalsQuery() local
3150 assertStoredValues(ContentUris.withAppendedId(dedupeUri, dataId2), values2); in testPostalsQuery() local
3469 ContentValues values2 = new ContentValues(); in testQueryContactStrequent() local
3629 ContentValues values2 = new ContentValues(); in testQueryContactFrequent() local
[all …]
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1654 ContentValues values2 = new ContentValues(); in testApnSetId() local
1700 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.java427 final ContentValues values2 = new ContentValues(); in testBulkInsert() local