Home | History | Annotate | Download | only in database

Lines Matching refs:dbName

1327      * @param dbName the name of the db to create
1334 Context context, String dbName, int dbVersion, String sqlStatements) {
1335 SQLiteDatabase db = context.openOrCreateDatabase(dbName, 0, null);