Searched refs:mPlaySounds (Results 1 – 2 of 2) sorted by relevance
58 private final boolean mPlaySounds; field in KeyButtonView104 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()291 if (!mPlaySounds) return; in playSoundEffect()
105 private boolean mPlaySounds = false; field in GpsNetInitiatedHandler378 if (mPlaySounds) { in setNiNotification()