Example #1
0
 public Notification(int _id) {
   super(MPDDBHelper.get(), TABLE, _id);
   init();
 }
Example #2
0
 public Notification() {
   super(MPDDBHelper.get(), TABLE);
   init();
 }