Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DSoundPreferenceControllerTest.java105 mController.updateState(mock(NotificationSoundPreference.class)); in testNoCrashIfNoOnResume()
163 NotificationSoundPreference pref = mock(NotificationSoundPreference.class); in testDisplayPreference_savesPreference()
209 NotificationSoundPreference pref = new NotificationSoundPreference(mContext, attributeSet); in testUpdateState_configurable()
225 NotificationSoundPreference pref = in testOnPreferenceChange()
226 new NotificationSoundPreference(mContext, attributeSet); in testOnPreferenceChange()
237 NotificationSoundPreference pref = mock(NotificationSoundPreference.class); in testOnPreferenceTreeClick_incorrectPref()
247 NotificationSoundPreference pref = in testOnPreferenceTreeClick_correctPref()
265 NotificationSoundPreference pref = in testOnPreferenceTreeClick_alarmSound()
286 NotificationSoundPreference pref = in testOnPreferenceTreeClick_ringtoneSound()
307 NotificationSoundPreference pref = in testOnPreferenceTreeClick_otherSound()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DSoundPreferenceController.java44 private NotificationSoundPreference mPreference;
85 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in updateState()
103 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in handlePreferenceTreeClick()
H A DNotificationSoundPreference.java31 public class NotificationSoundPreference extends RingtonePreference { class
34 public NotificationSoundPreference(Context context, AttributeSet attrs) { in NotificationSoundPreference() method in NotificationSoundPreference