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.java8300 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
8301 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
8307 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testNoAutoAddMembershipAfterGroupCreation()
8308 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testNoAutoAddMembershipAfterGroupCreation()
8325 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
8326 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8340 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8357 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
8376 assertNoRowsAndClose(queryGroupMemberships(mAccount)); in testFavoritesMembershipAfterGroupCreation()
8377 assertNoRowsAndClose(queryGroupMemberships(mAccountTwo)); in testFavoritesMembershipAfterGroupCreation()
[all …]
DBaseContactsProvider2Test.java824 protected void assertNoRowsAndClose(Cursor c) { in assertNoRowsAndClose() method in BaseContactsProvider2Test