public StatusBarNotifier(Context context) {
        mContext = context;
        mNotificationManager = (NotificationManager) context.getSystemService(
                Context.NOTIFICATION_SERVICE);
        mSettings = new HashMap<Long, Imps.ProviderSettings.QueryMap>();
        Log.v("HANDLER", "afafafa");
        mHandler = new Handler();
        Log.v("HANDLER", "TRUE");
        mNotificationInfos = new HashMap<Long, NotificationInfo>();
    }

Add a code snippet to your website: www.paste.org