Searched defs:tableExists (Results 1 – 2 of 2) sorted by relevance
72 public static boolean tableExists(SQLiteDatabase db, String tableName) { in tableExists() method in LauncherDbUtils
553 static boolean tableExists(SQLiteDatabase db, String table) { in tableExists() method in CallLogDatabaseHelper