Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java260 final TextView doneButton = (TextView) findViewById(R.id.done); in bindNotification() local
261 doneButton.setText(R.string.notification_done); in bindNotification()
262 doneButton.setOnClickListener(onDoneClick); in bindNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java345 final TextView doneButton = (TextView) mNotificationInfo.findViewById(R.id.done); in testBindNotification_SetsOnClickListenerForDone() local
346 doneButton.performClick(); in testBindNotification_SetsOnClickListenerForDone()