Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java150 final View radioButtonContent = mLayoutInflater.inflate(R.layout.zen_mode_condition, in getContentView() local
152 radioButtonContent.setId(i + MAX_MANUAL_DND_OPTIONS); in getContentView()
153 mZenRadioGroupContent.addView(radioButtonContent); in getContentView()
DEnableZenModeDialog.java191 final View radioButtonContent = mLayoutInflater.inflate(R.layout.zen_mode_condition, in getContentView() local
193 radioButtonContent.setId(i + MAX_MANUAL_DND_OPTIONS); in getContentView()
194 mZenRadioGroupContent.addView(radioButtonContent); in getContentView()