Searched refs:removedIds (Results 1 – 3 of 3) sorted by relevance
437 List<String> removedIds = new ArrayList<>(totalNum); in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize() local439 removedIds.add(String.valueOf(i)); in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()442 contactsIndexerImpl.batchRemoveContactsAsync(removedIds, in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()445 assertThat(mAppSearchHelper.mRemovedIds).hasSize(removedIds.size()); in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()446 assertThat(mAppSearchHelper.mRemovedIds).isEqualTo(removedIds); in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()455 List<String> removedIds = new ArrayList<>(totalNum); in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize() local457 removedIds.add(String.valueOf(i)); in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()460 contactsIndexerImpl.batchRemoveContactsAsync(removedIds, in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()463 assertThat(mAppSearchHelper.mRemovedIds).hasSize(removedIds.size()); in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()464 assertThat(mAppSearchHelper.mRemovedIds).isEqualTo(removedIds); in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()
168 final List<String> removedIds = new ArrayList<>(); in updatePinned() local192 removedIds.add(shortcut.getId()); in updatePinned()199 Log.d(TAG, "disabling " + removedIds); in updatePinned()204 mShortcutManager.disableShortcuts(removedIds, in updatePinned()
447 final IntSet removedIds = new IntSet(); in onSessionFailure() local466 removedIds.add(info.id); in onSessionFailure()483 if (!removedIds.isEmpty() && !isAppArchived) { in onSessionFailure()485 ItemInfoMatcher.ofItemIds(removedIds), in onSessionFailure()