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