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