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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java50 private Notification mUsbStorageNotification; field in class:StorageNotification
282 if (!visible && mUsbStorageNotification == null) {
298 if (mUsbStorageNotification == null) {
299 mUsbStorageNotification = new Notification();
300 mUsbStorageNotification.icon = icon;
301 mUsbStorageNotification.when = 0;
305 mUsbStorageNotification.defaults |= Notification.DEFAULT_SOUND;
307 mUsbStorageNotification.defaults &= ~Notification.DEFAULT_SOUND;
310 mUsbStorageNotification.flags = Notification.FLAG_ONGOING_EVENT;
312 mUsbStorageNotification
[all...]

Completed in 82 milliseconds