Home | History | Annotate | Download | only in camera

Lines Matching refs:intentFilter

30 import android.content.IntentFilter;
441 IntentFilter intentFilter =
442 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED);
443 intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTED);
444 intentFilter.addAction(Intent.ACTION_MEDIA_SCANNER_STARTED);
445 intentFilter.addAction(Intent.ACTION_MEDIA_SCANNER_FINISHED);
446 intentFilter.addAction(Intent.ACTION_MEDIA_EJECT);
447 intentFilter.addDataScheme("file");
470 registerReceiver(mReceiver, intentFilter);