Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DSoundPreferenceControllerTest.java100 mController.updateState(mock(NotificationSoundPreference.class)); in testNoCrashIfNoOnResume()
101 mController.onPreferenceChange(mock(NotificationSoundPreference.class), Uri.EMPTY); in testNoCrashIfNoOnResume()
102 mController.handlePreferenceTreeClick(mock(NotificationSoundPreference.class)); in testNoCrashIfNoOnResume()
141 NotificationSoundPreference pref = mock(NotificationSoundPreference.class); in testDisplayPreference_savesPreference()
157 Preference pref = new NotificationSoundPreference(mContext, attributeSet); in testUpdateState_disabledByAdmin()
171 Preference pref = new NotificationSoundPreference(mContext, attributeSet); in testUpdateState_notBlockable()
187 NotificationSoundPreference pref = new NotificationSoundPreference(mContext, attributeSet); in testUpdateState_configurable()
203 NotificationSoundPreference pref = in testOnPreferenceChange()
204 new NotificationSoundPreference(mContext, attributeSet); in testOnPreferenceChange()
215 NotificationSoundPreference pref = mock(NotificationSoundPreference.class); in testOnPreferenceTreeClick_incorrectPref()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DSoundPreferenceController.java43 private NotificationSoundPreference mPreference;
79 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in updateState()
97 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in handlePreferenceTreeClick()
DNotificationSoundPreference.java31 public class NotificationSoundPreference extends RingtonePreference { class
34 public NotificationSoundPreference(Context context, AttributeSet attrs) { in NotificationSoundPreference() method in NotificationSoundPreference
/packages/apps/Settings/src/com/android/settings/notification/
DSoundPreferenceController.java43 private NotificationSoundPreference mPreference;
79 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in updateState()
97 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in handlePreferenceTreeClick()
DNotificationSoundPreference.java31 public class NotificationSoundPreference extends RingtonePreference { class
34 public NotificationSoundPreference(Context context, AttributeSet attrs) { in NotificationSoundPreference() method in NotificationSoundPreference