Home | History | Annotate | Download | only in sqlite

Lines Matching refs:openOrCreateDatabase

846     public static SQLiteDatabase openOrCreateDatabase(File file, CursorFactory factory) {
847 return openOrCreateDatabase(file.getPath(), factory);
853 public static SQLiteDatabase openOrCreateDatabase(String path, CursorFactory factory) {