Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as Java by Yul ( 14 years ago )
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>();
    }

 

Revise this Paste

Your Name: Code Language: