HomeSort by relevance Sort by last modified time
    Searched refs:STATE_REMOVED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 91 public static final int STATE_REMOVED = 7;
125 sStateToEnvironment.put(VolumeInfo.STATE_REMOVED, Environment.MEDIA_REMOVED);
144 sStateToDescrip.put(VolumeInfo.STATE_REMOVED, R.string.ext_media_status_removed);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 282 case VolumeInfo.STATE_REMOVED:

Completed in 64 milliseconds