Home | History | Annotate | Download | only in calllog

Lines Matching refs:context

19 import android.content.Context;
27 public CallLogListItemView(Context context) {
28 super(context);
31 public CallLogListItemView(Context context, AttributeSet attrs) {
32 super(context, attrs);
35 public CallLogListItemView(Context context, AttributeSet attrs, int defStyle) {
36 super(context, attrs, defStyle);