HomeSort by relevance Sort by last modified time
    Searched defs:mPlaySounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 58 private final boolean mPlaySounds;
104 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true);
291 if (!mPlaySounds) return;
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 105 private boolean mPlaySounds = false;
378 if (mPlaySounds) {

Completed in 73 milliseconds