Home
last modified time | relevance | path

Searched refs:reportButtonView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java979 if (views.reportButtonView == null) { in inflateActionViewStub()
980 views.reportButtonView = (TextView)views.actionsView.findViewById(R.id.report_action); in inflateActionViewStub()
981 views.reportButtonView.setOnClickListener(new View.OnClickListener() { in inflateActionViewStub()
1065 views.reportButtonView.setVisibility(View.VISIBLE); in bindActionButtons()
1067 views.reportButtonView.setVisibility(View.GONE); in bindActionButtons()
DCallLogListItemViews.java54 public TextView reportButtonView; field in CallLogListItemViews
146 views.reportButtonView = new TextView(context); in createForTest()