Searched refs:appendLowercase (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenModeSettings.java | 83 s = appendLowercase(s, isCategoryEnabled(mPolicy, Policy.PRIORITY_CATEGORY_REMINDERS), in updatePrioritySettingsSummary() 85 s = appendLowercase(s, isCategoryEnabled(mPolicy, Policy.PRIORITY_CATEGORY_EVENTS), in updatePrioritySettingsSummary() 89 s = appendLowercase(s, true, R.string.zen_mode_all_messages); in updatePrioritySettingsSummary() 91 s = appendLowercase(s, true, R.string.zen_mode_selected_messages); in updatePrioritySettingsSummary() 96 s = appendLowercase(s, true, R.string.zen_mode_all_callers); in updatePrioritySettingsSummary() 98 s = appendLowercase(s, true, R.string.zen_mode_selected_callers); in updatePrioritySettingsSummary() 101 s = appendLowercase(s, true, R.string.zen_mode_repeat_callers); in updatePrioritySettingsSummary() 127 private String appendLowercase(String s, boolean condition, int resId) { in appendLowercase() method in ZenModeSettings
|