Home | History | Annotate | Download | only in openwnn

Lines Matching defs:mSound

152     private AudioManager mSound = null;
1200 mSound = (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE);
1202 mSound = null;
1307 if (mSound != null) {
1309 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, -1);