Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsUpdateStats.java132 int mContactsDeleteSucceededCount; field in ContactsUpdateStats
157 mContactsDeleteSucceededCount = 0; in clear()
195 + mContactsDeleteSucceededCount in toString()
DContactsIndexerUserInstance.java622 updateStats.mTotalContactsToBeDeleted - updateStats.mContactsDeleteSucceededCount;
644 updateStats.mContactsDeleteSucceededCount,
DAppSearchHelper.java436 updateStats.mContactsDeleteSucceededCount += numSuccesses; in removeContactsByIdAsync()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerUserInstanceTest.java505 assertThat(mUpdateStats.mContactsDeleteSucceededCount).isEqualTo(0); in testDeltaUpdate_insertedContacts()
590 assertThat(mUpdateStats.mContactsDeleteSucceededCount).isEqualTo(4); in testDeltaUpdate_deletedContacts()
658 assertThat(mUpdateStats.mContactsDeleteSucceededCount).isEqualTo(0); in testDeltaUpdate_insertedAndDeletedContacts()
732 assertThat(mUpdateStats.mContactsDeleteSucceededCount).isEqualTo(4); in testDeltaUpdate_insertedAndDeletedContacts_withDeletionSucceed()
968 assertThat(mUpdateStats.mContactsDeleteSucceededCount).isEqualTo(0); in testConcurrentUpdates_updatesDoNotInterfereWithEachOther()
983 assertThat(updateStats.mContactsDeleteSucceededCount).isEqualTo(0); in testConcurrentUpdates_updatesDoNotInterfereWithEachOther()