Searched refs:mPlaySounds (Results 1 – 2 of 2) sorted by relevance
66 private final boolean mPlaySounds; field in KeyButtonView119 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()321 if (!mPlaySounds) return; in playSoundEffect()
104 private boolean mPlaySounds = false; field in GpsNetInitiatedHandler399 if (mPlaySounds) { in setNiNotification()