OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoundManager
(Results
1 - 3
of
3
) 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
...]
Completed in 1901 milliseconds