Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 484cb732 authored by blong's avatar blong Committed by Roman Birg
Browse files

Add the visible label for unit test

- add the visible label for the method which used to unit test

CRs-Fixed: 652947

Change-Id: I842f36a80826acf5314cec862860086c6e337452
parent 571a4be6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import com.android.contacts.common.model.account.AccountType;
import com.android.contacts.util.StreamItemEntry;

import com.google.common.collect.Lists;
import com.google.common.annotations.VisibleForTesting;

import java.util.List;

@@ -144,6 +145,7 @@ public class StreamItemAdapter extends BaseAdapter {
        return ITEM_VIEW_TYPE_STREAM_ITEM;
    }

    @VisibleForTesting
    public void setStreamItems(List<StreamItemEntry> streamItems) {
        mStreamItems = streamItems;
        notifyDataSetChanged();