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

  /packages/apps/Settings/src/com/android/settings/notification/
OtherSoundSettings.java 46 public class OtherSoundSettings extends SettingsPreferenceFragment implements Indexable {
47 private static final String TAG = "OtherSoundSettings";
  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 41 import com.android.settings.notification.OtherSoundSettings;
119 sRankMap.put(OtherSoundSettings.class.getName(), RANK_NOTIFICATIONS);
SearchIndexableResources.java 43 import com.android.settings.notification.OtherSoundSettings;
148 sResMap.put(OtherSoundSettings.class.getName(),
150 Ranking.getRankForClassName(OtherSoundSettings.class.getName()),
152 OtherSoundSettings.class.getName(),

Completed in 1087 milliseconds