Searched refs:bindTag (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
D | ZenDurationDialog.java | 167 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in setupRadioButtons() 169 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX), in setupRadioButtons() 171 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(ALWAYS_ASK_CONDITION_INDEX), in setupRadioButtons() 176 private void bindTag(final int currZenDuration, final View row, final int rowIndex) { in bindTag() method in ZenDurationDialog 318 bindTag(newDndTimeDuration, row, rowId); in onClickTimeButton()
|