Searched defs:cursorFactory (Results 1 – 1 of 1) sorted by relevance
488 @Nullable CursorFactory cursorFactory, @Nullable DatabaseErrorHandler errorHandler, in SQLiteDatabase()1626 public Cursor queryWithFactory(@Nullable CursorFactory cursorFactory, in queryWithFactory()1673 public Cursor queryWithFactory(@Nullable CursorFactory cursorFactory, in queryWithFactory()1820 public Cursor rawQueryWithFactory( in rawQueryWithFactory()1843 public Cursor rawQueryWithFactory( in rawQueryWithFactory()2984 private OpenParams(int openFlags, CursorFactory cursorFactory, in OpenParams()3213 public Builder setCursorFactory(@Nullable CursorFactory cursorFactory) { in setCursorFactory()