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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java49 private Notification mUsbStorageNotification; field in class:StorageNotification
281 if (!visible && mUsbStorageNotification == null) {
297 if (mUsbStorageNotification == null) {
298 mUsbStorageNotification = new Notification();
299 mUsbStorageNotification.icon = icon;
300 mUsbStorageNotification.when = 0;
304 mUsbStorageNotification.defaults |= Notification.DEFAULT_SOUND;
306 mUsbStorageNotification.defaults &= ~Notification.DEFAULT_SOUND;
309 mUsbStorageNotification.flags = Notification.FLAG_ONGOING_EVENT;
311 mUsbStorageNotification
[all...]

Completed in 64 milliseconds