HomeSort by relevance Sort by last modified time
    Searched refs:NotificationSoundPreference (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
SoundPreferenceController.java 38 private NotificationSoundPreference mPreference;
69 mPreference = (NotificationSoundPreference) screen.findPreference(getPreferenceKey());
74 NotificationSoundPreference pref = (NotificationSoundPreference) preference;
92 NotificationSoundPreference pref = (NotificationSoundPreference) preference;
NotificationSoundPreference.java 31 public class NotificationSoundPreference extends RingtonePreference {
34 public NotificationSoundPreference(Context context, AttributeSet attrs) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
SoundPreferenceControllerTest.java 103 mController.updateState(mock(NotificationSoundPreference.class));
104 mController.onPreferenceChange(mock(NotificationSoundPreference.class), Uri.EMPTY);
105 mController.handlePreferenceTreeClick(mock(NotificationSoundPreference.class));
144 NotificationSoundPreference pref = mock(NotificationSoundPreference.class);
159 Preference pref = new NotificationSoundPreference(mContext, mock(AttributeSet.class));
174 Preference pref = new NotificationSoundPreference(mContext, mock(AttributeSet.class));
189 NotificationSoundPreference pref =
190 new NotificationSoundPreference(mContext, mock(AttributeSet.class));
205 NotificationSoundPreference pref
    [all...]

Completed in 88 milliseconds