Home
last modified time | relevance | path

Searched refs:mContactsDeleteNotFoundCount (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsUpdateStats.java134 int mContactsDeleteNotFoundCount; field in ContactsUpdateStats
158 mContactsDeleteNotFoundCount = 0; in clear()
197 + mContactsDeleteNotFoundCount in toString()
DContactsIndexerUserInstance.java648 updateStats.mContactsDeleteNotFoundCount,
DAppSearchHelper.java462 updateStats.mContactsDeleteNotFoundCount += numNotFound; in removeContactsByIdAsync()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerUserInstanceTest.java499 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()