Searched defs:mMediaStorageNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java61 private Notification mMediaStorageNotification; field in class:StorageNotification
346 if ((mMediaStorageNotification != null) &&
347 ((mMediaStorageNotification.flags & Notification.FLAG_AUTO_CANCEL) ==
360 if (!visible && mMediaStorageNotification == null) {
371 if (mMediaStorageNotification != null && visible) {
376 final int notificationId = mMediaStorageNotification.icon;
385 if (mMediaStorageNotification == null) {
386 mMediaStorageNotification = new Notification();
387 mMediaStorageNotification.when = 0;
390 mMediaStorageNotification
[all...]

Completed in 114 milliseconds