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.java984 assertStoredValues(rowUri, values); in testRawContactsInsert()
1162 assertStoredValues(dataUri, values); in testDataInsert()
1334 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values); in testPhonesQuery()
1355 assertStoredValues(Phone.CONTENT_URI, new ContentValues[] {values1, values1}); in testPhonesWithMergedContacts()
1362 assertStoredValues(dedupeUri, new ContentValues[] {values1, values1}); in testPhonesWithMergedContacts()
1371 assertStoredValues(Phone.CONTENT_URI, new ContentValues[] {values1, values1}); in testPhonesWithMergedContacts()
1374 assertStoredValues(dedupeUri, values1); in testPhonesWithMergedContacts()
1397 assertStoredValues(dataUri, in testPhonesNormalizedNumber()
1415 assertStoredValues(dataUri, in testPhonesNormalizedNumber()
1431 assertStoredValues(dataUri, in testPhonesNormalizedNumber()
[all …]
DVoicemailProviderTest.java90 assertStoredValues(uri, getTestVoicemailValues()); in testInsert()
158 assertStoredValues(uri, values); in testUpdate()
169 assertStoredValues(uri, values); in testUpdateOwnPackageVoicemail_NotDirty()
181 assertStoredValues(uri, newValues); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus()
209 assertStoredValues(anotherVoicemail, values); in testDeleteOtherPackageVoicemail_SetsDirtyStatus()
365 assertStoredValues(anotherVoicemail, getTestVoicemailValues()); in testPermissions_UpdateAndDelete()
599 assertStoredValues(uri, values); in testStatusInsert()
613 assertStoredValues(uri, values); in testStatusUpdate()
623 assertStoredValues(uri, values); in testStatusUpsert()
641 assertStoredValues(uri, values); in testStatusQuotaInsert()
[all …]
DCallLogProviderTest.java97 assertStoredValues(uri, values); in testInsert_RegularCallRecord()
125 assertStoredValues(uri, values); in testInsert_VoicemailCallRecord()
145 assertStoredValues(uri, values); in testUpdate()
217 assertStoredValues(uri, values); in testAddCall()
409 assertStoredValues(Calls.CONTENT_URI); in testCopyEntriesFromCursor_AllEntriesSyncedWithoutDuplicatesPresent()
414 assertStoredValues(Calls.CONTENT_URI, in testCopyEntriesFromCursor_AllEntriesSyncedWithoutDuplicatesPresent()
424 assertStoredValues(Calls.CONTENT_URI, getTestCallLogValues(1)); in testCopyEntriesFromCursor_DuplicatesIgnoredCorrectly()
429 assertStoredValues(Calls.CONTENT_URI, in testCopyEntriesFromCursor_DuplicatesIgnoredCorrectly()
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()
DDirectoryTest.java65 assertStoredValues(defaultDirectoryUri, values); in testDefaultDirectory()
81 assertStoredValues(defaultDirectoryUri, values); in testInvisibleLocalDirectory()
DContactsProvider2TransactionTest.java198 assertStoredValues(Contacts.CONTENT_URI, cv( in checkStoredContact()
228 assertStoredValues(Profile.CONTENT_URI, cv( in checkStoredProfile()