Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java113 private TextView selectUnselectAllViewText; field in CallLogFragment
320 selectUnselectAllViewText = (TextView) view.findViewById(R.id.select_all_view_text); in setupView()
324 selectUnselectAllViewText.setOnClickListener(this); in setupView()