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.java7453 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
7454 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
7460 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
7461 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
7478 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
7479 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
7493 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
7510 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
7529 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
7530 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
[all …]
DBaseContactsProvider2Test.java788 protected void assertNoRowsAndClose(Cursor c) { in assertNoRowsAndClose() method in BaseContactsProvider2Test