Home
last modified time | relevance | path

Searched defs:importanceButtons (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java195 final View importanceButtons = findViewById(R.id.importance_buttons); in bindImportance() local
241 private void bindToggles(final View importanceButtons, final int importance, in bindToggles()