Searched refs:CellBroadcastListItem (Results 1 – 5 of 5) sorted by relevance
37 import com.android.cellbroadcastreceiver.CellBroadcastListItem;69 private CellBroadcastListItem mItem;84 mItem = new CellBroadcastListItem(mContext, null); in setUp()
88 import com.android.cellbroadcastreceiver.CellBroadcastListItem;200 View view = new CellBroadcastListItem(mContext, null); in testOnListItemClick()730 CellBroadcastListItem mockListItemView = mock(CellBroadcastListItem.class); in testCursorAdaptorBindViewForWatch()745 CellBroadcastListItem mockListItemView = mock(CellBroadcastListItem.class); in testCursorAdaptorBindView()
65 CellBroadcastListItem listItem = (CellBroadcastListItem) factory.inflate( in newView()234 CellBroadcastListItem listItem = (CellBroadcastListItem) view; in bindView()
39 public class CellBroadcastListItem extends RelativeLayout { class51 public CellBroadcastListItem(Context context, AttributeSet attrs) { in CellBroadcastListItem() method in CellBroadcastListItem
313 CellBroadcastListItem cbli = (CellBroadcastListItem) v; in onListItemClick()