Searched refs:mContactsDeleteNotFoundCount (Results 1 – 4 of 4) sorted by relevance
134 int mContactsDeleteNotFoundCount; field in ContactsUpdateStats158 mContactsDeleteNotFoundCount = 0; in clear()197 + mContactsDeleteNotFoundCount in toString()
648 updateStats.mContactsDeleteNotFoundCount,
462 updateStats.mContactsDeleteNotFoundCount += numNotFound; in removeContactsByIdAsync()
499 assertThat(mUpdateStats.mContactsDeleteNotFoundCount).isEqualTo(0); in testDeltaUpdate_insertedContacts()584 assertThat(mUpdateStats.mContactsDeleteNotFoundCount).isEqualTo(0); in testDeltaUpdate_deletedContacts()652 assertThat(mUpdateStats.mContactsDeleteNotFoundCount).isEqualTo(4); in testDeltaUpdate_insertedAndDeletedContacts()726 assertThat(mUpdateStats.mContactsDeleteNotFoundCount).isEqualTo(0); in testDeltaUpdate_insertedAndDeletedContacts_withDeletionSucceed()963 assertThat(mUpdateStats.mContactsDeleteNotFoundCount).isEqualTo(0); in testConcurrentUpdates_updatesDoNotInterfereWithEachOther()