Home | History | Annotate | Download | only in sqlite

Lines Matching refs:openOrCreateDatabase

757     public static SQLiteDatabase openOrCreateDatabase(@NonNull File file,
759 return openOrCreateDatabase(file.getPath(), factory);
765 public static SQLiteDatabase openOrCreateDatabase(@NonNull String path,
773 public static SQLiteDatabase openOrCreateDatabase(@NonNull String path,
1907 * A good time to call this method is right after calling {@link #openOrCreateDatabase}