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