Searched refs:mPlaySounds (Results 1 – 2 of 2) sorted by relevance
67 private final boolean mPlaySounds; field in KeyButtonView162 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()364 if (!mPlaySounds) return; in playSoundEffect()
99 private boolean mPlaySounds = false; field in GpsNetInitiatedHandler407 if (mPlaySounds) { in setNiNotification()