Searched refs:makeRadioPreference (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/zen/ |
D | ZenModePrioritySendersPreferenceController.java | 83 makeRadioPreference(KEY_STARRED, in displayPreference() 85 makeRadioPreference(KEY_CONTACTS, in displayPreference() 87 makeRadioPreference(KEY_ANY, in displayPreference() 89 makeRadioPreference(KEY_NONE, in displayPreference() 168 private RadioButtonPreference makeRadioPreference(String key, int titleId) { in makeRadioPreference() method in ZenModePrioritySendersPreferenceController
|
D | ZenModePriorityConversationsPreferenceController.java | 75 makeRadioPreference(KEY_ALL, R.string.zen_mode_from_all_conversations); in displayPreference() 76 makeRadioPreference(KEY_IMPORTANT, R.string.zen_mode_from_important_conversations); in displayPreference() 77 makeRadioPreference(KEY_NONE, R.string.zen_mode_from_no_conversations); in displayPreference() 184 private RadioButtonPreference makeRadioPreference(String key, int titleId) { in makeRadioPreference() method in ZenModePriorityConversationsPreferenceController
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | OpenSupportedLinks.java | 89 mAllowOpening = makeRadioPreference(KEY_LINK_OPEN_ALWAYS, R.string.app_link_open_always); in initRadioPreferencesGroup() 95 mAskEveryTime = makeRadioPreference(KEY_LINK_OPEN_ASK, R.string.app_link_open_ask); in initRadioPreferencesGroup() 96 mNotAllowed = makeRadioPreference(KEY_LINK_OPEN_NEVER, R.string.app_link_open_never); in initRadioPreferencesGroup() 113 private RadioButtonPreference makeRadioPreference(String key, int stringId) { in makeRadioPreference() method in OpenSupportedLinks
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/ |
D | UsbDetailsDataRoleController.java | 61 mHostPref = makeRadioPreference(UsbBackend.dataRoleToString(DATA_ROLE_HOST), in displayPreference() 63 mDevicePref = makeRadioPreference(UsbBackend.dataRoleToString(DATA_ROLE_DEVICE), in displayPreference() 124 private RadioButtonPreference makeRadioPreference(String key, int titleId) { in makeRadioPreference() method in UsbDetailsDataRoleController
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
D | PreventRingingGesturePreferenceController.java | 79 mVibratePref = makeRadioPreference(KEY_VIBRATE, R.string.prevent_ringing_option_vibrate); in displayPreference() 80 mMutePref = makeRadioPreference(KEY_MUTE, R.string.prevent_ringing_option_mute); in displayPreference() 160 private RadioButtonPreference makeRadioPreference(String key, int titleId) { in makeRadioPreference() method in PreventRingingGesturePreferenceController
|