Searched refs:CellBroadcastListItem (Results 1 – 4 of 4) sorted by relevance
55 CellBroadcastListItem listItem = (CellBroadcastListItem) factory.inflate( in newView()217 CellBroadcastListItem listItem = (CellBroadcastListItem) view; in bindView()
36 public class CellBroadcastListItem extends RelativeLayout { class45 public CellBroadcastListItem(Context context, AttributeSet attrs) { in CellBroadcastListItem() method in CellBroadcastListItem
249 CellBroadcastListItem cbli = (CellBroadcastListItem) v; in onListItemClick()
63 import com.android.cellbroadcastreceiver.CellBroadcastListItem;111 View view = new CellBroadcastListItem(mContext, null); in testOnListItemClick()