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.java176 final View radioButtonContent = mLayoutInflater.inflate(R.layout.zen_mode_condition, in getContentView() local
178 radioButtonContent.setId(i + MAX_MANUAL_DND_OPTIONS); in getContentView()
179 mZenRadioGroupContent.addView(radioButtonContent); in getContentView()