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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java60 private Notification mMediaStorageNotification; field in class:StorageNotification
347 if ((mMediaStorageNotification != null) &&
348 ((mMediaStorageNotification.flags & Notification.FLAG_AUTO_CANCEL) ==
361 if (!visible && mMediaStorageNotification == null) {
372 if (mMediaStorageNotification != null && visible) {
377 final int notificationId = mMediaStorageNotification.icon;
386 if (mMediaStorageNotification == null) {
387 mMediaStorageNotification = new Notification();
388 mMediaStorageNotification.when = 0;
391 mMediaStorageNotification
[all...]

Completed in 178 milliseconds