Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeSettingsFooterPreferenceController.java217 AlertDialog customSettingsDialog = new AlertDialog.Builder(context) in onCreateDialog() local
237 customSettingsDialog.setOnShowListener(new DialogInterface.OnShowListener() { in onCreateDialog()
240 TextView allowCallsText = customSettingsDialog.findViewById( in onCreateDialog()
242 TextView allowMessagesText = customSettingsDialog.findViewById( in onCreateDialog()
244 TextView allowAlarmsText = customSettingsDialog.findViewById( in onCreateDialog()
246 TextView allowMediaText = customSettingsDialog.findViewById( in onCreateDialog()
248 TextView allowSystemText = customSettingsDialog.findViewById( in onCreateDialog()
250 TextView allowRemindersText = customSettingsDialog.findViewById( in onCreateDialog()
252 TextView allowEventsText = customSettingsDialog.findViewById( in onCreateDialog()
254 TextView notificationsText = customSettingsDialog.findViewById( in onCreateDialog()
[all …]