public void dropAllTable() {
   DeviceBeanDao.dropTable(mDaoSession.getDatabase(), true);
   LocationBeanDao.dropTable(mDaoSession.getDatabase(), true);
   LostBeanDao.dropTable(mDaoSession.getDatabase(), true);
 }