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.java66 private final boolean mPlaySounds; field in KeyButtonView
119 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()
321 if (!mPlaySounds) return; in playSoundEffect()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java104 private boolean mPlaySounds = false; field in GpsNetInitiatedHandler
399 if (mPlaySounds) { in setNiNotification()