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.java8346 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
8347 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
8353 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
8354 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
8371 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
8372 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8386 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8403 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8422 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
8423 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
[all …]
DBaseContactsProvider2Test.java806 protected void assertNoRowsAndClose(Cursor c) { in assertNoRowsAndClose() method in BaseContactsProvider2Test