Searched refs:assertRowCount (Results 1 – 3 of 3) sorted by relevance
| /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/ |
| D | BlockedNumberProviderTest.java | 119 private void assertRowCount(int count, Uri uri) { in assertRowCount() method in BlockedNumberProviderTest 160 assertRowCount(7, BlockedNumbers.CONTENT_URI); in testInsert() 227 assertRowCount(5, BlockedNumbers.CONTENT_URI); in testDelete() 232 assertRowCount(4, BlockedNumbers.CONTENT_URI); in testDelete() 242 assertRowCount(3, BlockedNumbers.CONTENT_URI); in testDelete() 247 assertRowCount(2, BlockedNumbers.CONTENT_URI); in testDelete() 255 assertRowCount(2, BlockedNumbers.CONTENT_URI); in testDelete() 258 assertRowCount(0, BlockedNumbers.CONTENT_URI); in testDelete()
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactsProvider2Test.java | 4489 assertRowCount(0, Settings.CONTENT_URI, null, null); in testSettingsDeletion() 4597 assertRowCount(1, Settings.CONTENT_URI, null, null); in testSettingsLocalAccount() 8712 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete() 8718 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete() 8726 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete() 8734 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete() 8795 assertRowCount(0, Contacts.CONTENT_STREQUENT_URI, null, null); in testDataUsageFeedbackAndDelete() 8803 assertRowCount(0, Contacts.CONTENT_URI, Contacts.TIMES_CONTACTED + ">0", null); in testDataUsageFeedbackAndDelete() 8804 assertRowCount(0, Contacts.CONTENT_URI, Contacts.LAST_TIME_CONTACTED + ">0", null); in testDataUsageFeedbackAndDelete() 8805 assertRowCount(0, RawContacts.CONTENT_URI, RawContacts.TIMES_CONTACTED + ">0", null); in testDataUsageFeedbackAndDelete() [all …]
|
| D | BaseContactsProvider2Test.java | 1365 protected void assertRowCount(int expectedCount, Uri uri, String selection, String[] args) { in assertRowCount() method in BaseContactsProvider2Test
|