Home
last modified time | relevance | path

Searched refs:mPlaySounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java67 private final boolean mPlaySounds; field in KeyButtonView
159 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()
361 if (!mPlaySounds) return; in playSoundEffect()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java99 private boolean mPlaySounds = false; field in GpsNetInitiatedHandler
407 if (mPlaySounds) { in setNiNotification()