Searched refs:doneButton (Results 1 – 1 of 1) sorted by relevance
1117 final TextView doneButton = (TextView) guts.findViewById(R.id.done); in bindGuts() local1118 doneButton.setText(R.string.notification_done); in bindGuts()1119 doneButton.setOnClickListener(new View.OnClickListener() { in bindGuts()