Home
last modified time | relevance | path

Searched refs:CellBroadcastListItem (Results 1 – 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastCursorAdapter.java50 CellBroadcastListItem listItem = (CellBroadcastListItem) factory.inflate( in newView()
67 CellBroadcastListItem listItem = (CellBroadcastListItem) view; in bindView()
DCellBroadcastListItem.java33 public class CellBroadcastListItem extends RelativeLayout { class
42 public CellBroadcastListItem(Context context, AttributeSet attrs) { in CellBroadcastListItem() method in CellBroadcastListItem
DCellBroadcastListActivity.java153 CellBroadcastListItem cbli = (CellBroadcastListItem) v; in onListItemClick()