Searched refs:SoundManager (Results 1 – 3 of 3) sorted by relevance
25 public class SoundManager { class26 private static SoundManager mInstance = null;33 private SoundManager(Context context) { in SoundManager() method in SoundManager46 public static SoundManager getInstance(Context context) { in getInstance()49 mInstance = new SoundManager(context); in getInstance()
59 private SoundManager mSoundManager;124 mSoundManager = SoundManager.getInstance(mContext); in SoftKeyboardView()
172 SoundManager.getInstance(context).updateRingerMode();