Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsUpdateStats.java121 int mTotalContactsToBeUpdated; field in ContactsUpdateStats
154 mTotalContactsToBeUpdated = 0; in clear()
191 + mTotalContactsToBeUpdated in toString()
DContactsIndexerImpl.java192 updateStats.mTotalContactsToBeUpdated += wantedIdListSize; in batchUpdateContactsAsync()
DContactsIndexerUserInstance.java618 updateStats.mTotalContactsToBeUpdated
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerUserInstanceTest.java502 assertThat(mUpdateStats.mTotalContactsToBeUpdated).isEqualTo(250); in testDeltaUpdate_insertedContacts()
587 assertThat(mUpdateStats.mTotalContactsToBeUpdated).isEqualTo(10); in testDeltaUpdate_deletedContacts()
655 assertThat(mUpdateStats.mTotalContactsToBeUpdated).isEqualTo(6); in testDeltaUpdate_insertedAndDeletedContacts()
729 assertThat(mUpdateStats.mTotalContactsToBeUpdated).isEqualTo(5); in testDeltaUpdate_insertedAndDeletedContacts_withDeletionSucceed()
964 assertThat(mUpdateStats.mTotalContactsToBeUpdated).isEqualTo(250); in testConcurrentUpdates_updatesDoNotInterfereWithEachOther()
979 assertThat(updateStats.mTotalContactsToBeUpdated).isEqualTo(250); in testConcurrentUpdates_updatesDoNotInterfereWithEachOther()