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/statusbar/policy/
DKeyButtonView.java58 private final boolean mPlaySounds; field in KeyButtonView
104 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()
291 if (!mPlaySounds) return; in playSoundEffect()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java105 private boolean mPlaySounds = false; field in GpsNetInitiatedHandler
378 if (mPlaySounds) { in setNiNotification()