Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java169 private OnClickListener mOnKeepShowing = v -> { field in NotificationInfo
344 keepShowing.setOnClickListener(mOnKeepShowing); in bindBlockingHelper()