Searched defs:sendStorageIntent (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/java/com/android/server/
H A DMountService.java826 sendStorageIntent(Environment.MEDIA_UNMOUNTED, volume, UserHandle.ALL);
845 sendStorageIntent(action, volume, UserHandle.ALL);
868 sendStorageIntent(Intent.ACTION_MEDIA_UNSHARED, volume, UserHandle.ALL);
903 sendStorageIntent(Intent.ACTION_MEDIA_UNMOUNTED, volume, UserHandle.ALL);
917 sendStorageIntent(action, volume, UserHandle.ALL);
967 sendStorageIntent(action, volume, UserHandle.ALL);
1108 private void sendStorageIntent(String action, StorageVolume volume, UserHandle user) { method in class:MountService
1111 Slog.d(TAG, "sendStorageIntent " + intent + " to " + user);

Completed in 69 milliseconds