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 40 import com.android.settings.notification.OtherSoundSettings;
118 sRankMap.put(OtherSoundSettings.class.getName(), RANK_NOTIFICATIONS);
SearchIndexableResources.java 42 import com.android.settings.notification.OtherSoundSettings;
147 sResMap.put(OtherSoundSettings.class.getName(),
149 Ranking.getRankForClassName(OtherSoundSettings.class.getName()),
151 OtherSoundSettings.class.getName(),

Completed in 53 milliseconds