Home | History | Annotate | Download | only in server

Lines Matching refs:intentFilter

27 import android.content.IntentFilter;
529 IntentFilter intentFilter = new IntentFilter();
530 intentFilter.addAction(ConnectivityManager.CONNECTIVITY_ACTION);
532 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
533 intentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
534 intentFilter.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART);
535 mContext.registerReceiver(mBroadcastReceiver, intentFilter);
536 IntentFilter sdFilter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);