Searched defs:MSG_VOLUME_FORGOTTEN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java268 private static final int MSG_VOLUME_FORGOTTEN = 4; field in class:StorageManager.StorageEventListenerDelegate
297 case MSG_VOLUME_FORGOTTEN:
348 mHandler.obtainMessage(MSG_VOLUME_FORGOTTEN, args).sendToTarget();
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3419 private static final int MSG_VOLUME_FORGOTTEN = 4; field in class:StorageManagerService.Callbacks
3469 case MSG_VOLUME_FORGOTTEN: {
3509 obtainMessage(MSG_VOLUME_FORGOTTEN, args).sendToTarget();

Completed in 587 milliseconds