Home
last modified time | relevance | path

Searched refs:assertStoredValues (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java85 assertStoredValues(uri, values); in testPeopleInsert()
97 assertStoredValues(uri, values); in testPeopleUpdate()
104 assertStoredValues(uri, values); in testPeopleUpdate()
110 assertStoredValues(uri, values); in testPeopleUpdate()
179 assertStoredValues(personUri, values); in testPrimaryOrganization()
187 assertStoredValues(personUri, values); in testPrimaryOrganization()
195 assertStoredValues(personUri, values); in testPrimaryOrganization()
223 assertStoredValues(personUri, values); in testPrimaryPhone()
229 assertStoredValues(phoneUri2, values); in testPrimaryPhone()
237 assertStoredValues(personUri, values); in testPrimaryPhone()
[all …]
DContactsProvider2Test.java1021 assertStoredValues(rowUri, values); in testRawContactsInsert()
1198 assertStoredValues(dataUri, values); in testDataInsert()
1370 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values); in testPhonesQuery()
1390 assertStoredValues(Phone.CONTENT_URI, new ContentValues[] {values1, values1}); in testPhonesWithMergedContacts()
1397 assertStoredValues(dedupeUri, new ContentValues[] {values1, values1}); in testPhonesWithMergedContacts()
1406 assertStoredValues(Phone.CONTENT_URI, new ContentValues[] {values1, values1}); in testPhonesWithMergedContacts()
1409 assertStoredValues(dedupeUri, values1); in testPhonesWithMergedContacts()
1432 assertStoredValues(dataUri, in testPhonesNormalizedNumber()
1450 assertStoredValues(dataUri, in testPhonesNormalizedNumber()
1466 assertStoredValues(dataUri, in testPhonesNormalizedNumber()
[all …]
DVoicemailProviderTest.java114 assertStoredValues(uri, getTestVoicemailValues()); in testInsert()
192 assertStoredValues(uri, values); in testUpdate()
240 assertStoredValues(uri, newValues); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus()
256 assertStoredValues(uri, newValues); in testUpdateOwnPackageVoicemail_retainDirtyStatus_dirty()
272 assertStoredValues(uri, newValues); in testUpdateOwnPackageVoicemail_retainDirtyStatus_notDirty()
286 assertStoredValues(uri, newValues); in testUpdateOwnPackageVoicemail_retainDirtyStatus_noOtherValues()
314 assertStoredValues(anotherVoicemail, values); in testDeleteOtherPackageVoicemail_SetsDirtyStatus()
469 assertStoredValues(anotherVoicemail, getTestVoicemailValues()); in testPermissions_UpdateAndDelete()
725 assertStoredValues(uri, values); in testStatusInsert()
739 assertStoredValues(uri, values); in testStatusUpdate()
[all …]
DCallLogProviderTest.java102 assertStoredValues(uri, values); in testInsert_RegularCallRecord()
130 assertStoredValues(uri, values); in testInsert_VoicemailCallRecord()
150 assertStoredValues(uri, values); in testUpdate()
221 assertStoredValues(uri, values); in testAddCall()
413 assertStoredValues(Calls.CONTENT_URI); in testCopyEntriesFromCursor_AllEntriesSyncedWithoutDuplicatesPresent()
418 assertStoredValues(Calls.CONTENT_URI, in testCopyEntriesFromCursor_AllEntriesSyncedWithoutDuplicatesPresent()
428 assertStoredValues(Calls.CONTENT_URI, getTestCallLogValues(1)); in testCopyEntriesFromCursor_DuplicatesIgnoredCorrectly()
433 assertStoredValues(Calls.CONTENT_URI, in testCopyEntriesFromCursor_DuplicatesIgnoredCorrectly()
DDirectoryTest.java65 assertStoredValues(defaultDirectoryUri, values); in testDefaultDirectory()
81 assertStoredValues(defaultDirectoryUri, values); in testInvisibleLocalDirectory()
DBaseContactsProvider2Test.java958 protected void assertStoredValues(Uri rowUri, ContentValues expectedValues) { in assertStoredValues() method in BaseContactsProvider2Test
959 assertStoredValues(rowUri, null, null, expectedValues); in assertStoredValues()
962 protected void assertStoredValues(Uri rowUri, ContentValues... expectedValues) { in assertStoredValues() method in BaseContactsProvider2Test
963 assertStoredValues(rowUri, null, null, expectedValues); in assertStoredValues()
966 protected void assertStoredValues(Uri rowUri, String selection, String[] selectionArgs, in assertStoredValues() method in BaseContactsProvider2Test
1014 protected void assertStoredValues( in assertStoredValues() method in BaseContactsProvider2Test
1016 assertStoredValues(mResolver.query(rowUri, null, selection, selectionArgs, null), in assertStoredValues()
1020 private void assertStoredValues(Cursor c, ContentValues... expectedValues) { in assertStoredValues() method in BaseContactsProvider2Test
1039 assertStoredValues(db.rawQuery(sql, selectionArgs), expectedValues); in assertStoredValuesDb()
DContactsProvider2TransactionTest.java198 assertStoredValues(Contacts.CONTENT_URI, cv( in checkStoredContact()
228 assertStoredValues(Profile.CONTENT_URI, cv( in checkStoredProfile()