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

  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 47 private boolean mPlaySound;
83 if (mPlaySound) {
111 mPlaySound = playSound;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 91 private boolean mPlaySound;
106 pw.print("mPlaySound="); pw.println(mPlaySound);
134 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound="
135 + mPlaySound + " mSaver=" + mSaver + " mInvalidCharger=" + mInvalidCharger);
197 if (mPlaySound) {
199 mPlaySound = false;
291 mPlaySound = playSound;

Completed in 75 milliseconds