/** Creates underlying database table using DAOs. */
 public static void createAllTables(SQLiteDatabase db, boolean ifNotExists) {
   UserFriendsDao.createTable(db, ifNotExists);
 }