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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoundManager.java 25 public class SoundManager {
26 private static SoundManager mInstance = null;
33 private SoundManager(Context context) {
46 public static SoundManager getInstance(Context context) {
49 mInstance = new SoundManager(context);
SoftKeyboardView.java 59 private SoundManager mSoundManager;
124 mSoundManager = SoundManager.getInstance(mContext);
PinyinIME.java 172 SoundManager.getInstance(context).updateRingerMode();
    [all...]
  /external/skia/src/views/
SkOSSound.cpp 220 unsigned long SoundManager::GetPosition()

Completed in 1171 milliseconds