Home
last modified time | relevance | path

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

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