HomeSort by relevance Sort by last modified time
    Searched full:ifilter (Results 1 - 5 of 5) sorted by null

  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 494 IntentFilter iFilter = new IntentFilter();
495 iFilter.addAction(Intent.ACTION_MEDIA_EJECT);
496 iFilter.addAction(Intent.ACTION_MEDIA_MOUNTED);
497 iFilter.addDataScheme("file");
498 registerReceiver(mSDCardMountEventReceiver, iFilter);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 720 IntentFilter iFilter = new IntentFilter();
721 iFilter.addAction(Intent.ACTION_MEDIA_EJECT);
722 iFilter.addAction(Intent.ACTION_MEDIA_MOUNTED);
723 iFilter.addDataScheme("file");
724 registerReceiver(mUnmountReceiver, iFilter);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 302 IntentFilter iFilter = new IntentFilter(Intent.ACTION_MEDIA_EJECT);
303 iFilter.addDataScheme("file");
304 getContext().registerReceiver(mUnmountReceiver, iFilter);
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 296 milliseconds