Home
last modified time | relevance | path

Searched refs:assertRowCount (Results 1 – 3 of 3) sorted by relevance

/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
DBlockedNumberProviderTest.java121 private void assertRowCount(int count, Uri uri) { in assertRowCount() method in BlockedNumberProviderTest
162 assertRowCount(7, BlockedNumbers.CONTENT_URI); in testInsert()
229 assertRowCount(5, BlockedNumbers.CONTENT_URI); in testDelete()
234 assertRowCount(4, BlockedNumbers.CONTENT_URI); in testDelete()
244 assertRowCount(3, BlockedNumbers.CONTENT_URI); in testDelete()
249 assertRowCount(2, BlockedNumbers.CONTENT_URI); in testDelete()
257 assertRowCount(2, BlockedNumbers.CONTENT_URI); in testDelete()
260 assertRowCount(0, BlockedNumbers.CONTENT_URI); in testDelete()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4635 assertRowCount(0, Settings.CONTENT_URI, null, null); in testSettingsDeletion()
4745 assertRowCount(1, Settings.CONTENT_URI, null, null); in testSettingsLocalAccount()
6987 assertRowCount(0, buildFilterUri("wick", false), null, null); in testSearchIndexUpdatedOnAccountDeletion()
7023 assertRowCount(0, buildFilterUri("movie", false), null, null); in testSearchIndexUpdatedOnAccountDeletion_withMultipleAccounts()
7072 assertRowCount(0, buildFilterUri("corp" + i, false), null, null); in testSearchIndexUpdatedOnAccountDeletion_withMaxStaleContacts()
7106 assertRowCount(0, buildFilterUri("movie", false), null, null); in testSearchIndexUpdatedOnRawContactOperations()
7117 assertRowCount(0, buildFilterUri("wick", false), null, null); in testSearchIndexUpdatedOnRawContactOperations()
9173 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete()
9179 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete()
9187 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete()
[all …]
DBaseContactsProvider2Test.java1384 protected void assertRowCount(int expectedCount, Uri uri, String selection, String[] args) { in assertRowCount() method in BaseContactsProvider2Test