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