Home
last modified time | relevance | path

Searched refs:assertNoRowsAndClose (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8307 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
8308 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
8314 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
8315 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
8332 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
8333 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8347 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8364 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8383 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
8384 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
[all …]
DBaseContactsProvider2Test.java798 protected void assertNoRowsAndClose(Cursor c) { in assertNoRowsAndClose() method in BaseContactsProvider2Test