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 47 public class OtherSoundSettings extends SettingsPreferenceFragment implements Indexable {
48 private static final String TAG = "OtherSoundSettings";
  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 45 import com.android.settings.notification.OtherSoundSettings;
126 sRankMap.put(OtherSoundSettings.class.getName(), RANK_NOTIFICATIONS);
SearchIndexableResources.java 47 import com.android.settings.notification.OtherSoundSettings;
152 sResMap.put(OtherSoundSettings.class.getName(),
154 Ranking.getRankForClassName(OtherSoundSettings.class.getName()),
156 OtherSoundSettings.class.getName(),

Completed in 43 milliseconds