Searched refs:NotificationSoundPreference (Results 1 – 3 of 3) sorted by relevance
105 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 …]
44 private NotificationSoundPreference mPreference;85 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in updateState()103 NotificationSoundPreference pref = (NotificationSoundPreference) preference; in handlePreferenceTreeClick()
31 public class NotificationSoundPreference extends RingtonePreference { class34 public NotificationSoundPreference(Context context, AttributeSet attrs) { in NotificationSoundPreference() method in NotificationSoundPreference