Home
last modified time | relevance | path

Searched refs:STATE_REMOVED (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java100 public static final int STATE_REMOVED = IVold.VOLUME_STATE_REMOVED; field in VolumeInfo
135 sStateToEnvironment.put(VolumeInfo.STATE_REMOVED, Environment.MEDIA_REMOVED); in sStateToEnvironment.put() argument
154 sStateToDescrip.put(VolumeInfo.STATE_REMOVED, R.string.ext_media_status_removed); in sStateToDescrip.put() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java355 case VolumeInfo.STATE_REMOVED: in onPublicVolumeStateChangedInternal()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java267 public static final int STATE_REMOVED = 3; field in Session
273 STATE_REMOVED
6199 mSessionState = STATE_REMOVED; in removeFromServiceLocked()
6325 case STATE_REMOVED: in sessionStateAsString()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39034 Landroid/os/storage/VolumeInfo;->STATE_REMOVED:I