History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5b8743f3d6a0ba23dce533072f92acd7ec3210e9 03-Nov-2010 Daniel Sandler <dsandler@android.com> Fix the fix for storage ANRs.

This repairs Icf2a836b6 to avoid an infinite loop on boot.

Bug: 3138068
Change-Id: Ic3a0455e18002dfb82774d96b3467030c4b15e2f
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
906b830d1d61cbd8b1f9c2dc87e564cfb0f315fd 03-Nov-2010 Dianne Hackborn <hackbod@google.com> Revert "UMS: Avoid SystemUI ANRs during long vold operations."

This reverts commit 010704f95de534214cd7b86f93e22050a595dce3.
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
010704f95de534214cd7b86f93e22050a595dce3 03-Nov-2010 Daniel Sandler <dsandler@android.com> UMS: Avoid SystemUI ANRs during long vold operations.

Stop handling StorageEventListener callbacks on the main
thread, where calls back into StorageManager could take a
while (i.e., during a long fsck).

Bug: 3138068
Change-Id: Icf2a836b69ff60606edce7c5575ad64dc24698c6
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
d39d515b9110d7405d0f03dbf612ba5c9b8ac566 12-Oct-2010 Dianne Hackborn <hackbod@google.com> Fix SD card mounting issues #3074555 and #3072332

Change-Id: I79572bb4e92d2546abd97512a119ae74f0d72019
3074555: Kill "Shared storage safe to remove" notification
3072332: "blank shared storage" notification doesn't go anywhere
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
f7d2b4a2e096ae1f8ac3a2ed8b2f0e30a237f732 08-Jul-2010 Daniel Sandler <dsandler@android.com> Use fullScreenIntent to show the USB mass storage dialog.

Note that this is not a FLAG_HIGH_PRIORITY notification. In
immersive mode the UMS dialog will be suppressed entirely
(but an icon will still appear in the status bar).

Bug: 2821219
Change-Id: I21f910c8830aff8d0633deda4eb59dbda13262ed
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
fe4f3ae33c8da86585399b4167fd7987c8a16066 04-Jun-2010 Joe Onorato <joeo@android.com> Move the usb mass storage notification & activity into SystemUI.apk.

Also fix the notification to show properly when the runtime is restarted.

Change-Id: Id0c7ef9f9dc9c9df18428cbaa7db1703f085137e
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java