HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MEDIA_UNMOUNTED (Results 1 - 14 of 14) sorted by null

  /frameworks/base/services/java/com/android/server/
MountService.java 698 in = new Intent(Intent.ACTION_MEDIA_UNMOUNTED, Uri.parse("file://" + path));
708 in = new Intent(Intent.ACTION_MEDIA_UNMOUNTED, Uri.parse("file://" + path));
753 in = new Intent(Intent.ACTION_MEDIA_UNMOUNTED, Uri.parse("file://" + path));
772 in = new Intent(Intent.ACTION_MEDIA_UNMOUNTED, Uri.parse("file://" + path));
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 184 } else if (action.equals(Intent.ACTION_MEDIA_UNMOUNTED)) {
279 intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
ImageGallery.java 443 intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
457 } else if (action.equals(Intent.ACTION_MEDIA_UNMOUNTED)) {
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 106 f.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
208 if (intent.getAction().equals(Intent.ACTION_MEDIA_UNMOUNTED)) {
ArtistAlbumBrowserActivity.java 102 f.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
211 if (intent.getAction().equals(Intent.ACTION_MEDIA_UNMOUNTED)) {
    [all...]
PlaylistBrowserActivity.java 127 f.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
QueryBrowserActivity.java 92 f.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
TrackBrowserActivity.java 196 f.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 234 } else if (action.equals(Intent.ACTION_MEDIA_UNMOUNTED)) {
649 intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
    [all...]
Camera.java 482 || action.equals(Intent.ACTION_MEDIA_UNMOUNTED)
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 142 milliseconds