Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java64 private View mVetoButton; field in ExpandableNotificationRow
192 mVetoButton = findViewById(R.id.veto); in onFinishInflate()
428 mVetoButton.setVisibility(isClearable() && !mShowingPublic ? View.VISIBLE : View.GONE); in updateVetoButton()