Searched refs:STATE_EJECTING (Results 1 – 3 of 3) sorted by relevance
89 public static final int STATE_EJECTING = 5; field in VolumeInfo123 sStateToEnvironment.put(VolumeInfo.STATE_EJECTING, Environment.MEDIA_EJECTING); in sStateToEnvironment.put() argument142 sStateToDescrip.put(VolumeInfo.STATE_EJECTING, R.string.ext_media_status_ejecting); in sStateToDescrip.put() argument
307 case VolumeInfo.STATE_EJECTING: in onPublicVolumeStateChangedInternal()561 case VolumeInfo.STATE_EJECTING: in getSmallIcon()
1348 case VolumeInfo.STATE_EJECTING: in isBroadcastWorthy()1415 if (vol.type == VolumeInfo.TYPE_PUBLIC && vol.state == VolumeInfo.STATE_EJECTING) { in onVolumeStateChangedLocked()