Searched defs:tableExists (Results 1 – 2 of 2) sorted by relevance
93 fun tableExists(db: SQLiteDatabase, tableName: String): Boolean = in <lambda>() method
553 static boolean tableExists(SQLiteDatabase db, String table) { in tableExists() method in CallLogDatabaseHelper