Searched refs:doneButton (Results 1 – 2 of 2) sorted by relevance
260 final TextView doneButton = (TextView) findViewById(R.id.done); in bindNotification() local261 doneButton.setText(R.string.notification_done); in bindNotification()262 doneButton.setOnClickListener(onDoneClick); in bindNotification()
345 final TextView doneButton = (TextView) mNotificationInfo.findViewById(R.id.done); in testBindNotification_SetsOnClickListenerForDone() local346 doneButton.performClick(); in testBindNotification_SetsOnClickListenerForDone()