Home
last modified time | relevance | path

Searched refs:MSG_VOLUME_FORGOTTEN (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageManager.java306 private static final int MSG_VOLUME_FORGOTTEN = 4; field in StorageManager.StorageEventListenerDelegate
335 case MSG_VOLUME_FORGOTTEN: in handleMessage()
386 mHandler.obtainMessage(MSG_VOLUME_FORGOTTEN, args).sendToTarget(); in onVolumeForgotten()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3702 private static final int MSG_VOLUME_FORGOTTEN = 4; field in StorageManagerService.Callbacks
3752 case MSG_VOLUME_FORGOTTEN: { in invokeCallback()
3792 obtainMessage(MSG_VOLUME_FORGOTTEN, args).sendToTarget(); in notifyVolumeForgotten()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52735 Landroid/os/storage/StorageManager$StorageEventListenerDelegate;->MSG_VOLUME_FORGOTTEN:I