Home
last modified time | relevance | path

Searched refs:cursorFactory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java464 @Nullable CursorFactory cursorFactory, @Nullable DatabaseErrorHandler errorHandler, in SQLiteDatabase() argument
467 mCursorFactory = cursorFactory; in SQLiteDatabase()
1598 public Cursor queryWithFactory(@Nullable CursorFactory cursorFactory, in queryWithFactory() argument
1602 return queryWithFactory(cursorFactory, distinct, table, columns, selection, in queryWithFactory()
1645 public Cursor queryWithFactory(@Nullable CursorFactory cursorFactory, in queryWithFactory() argument
1655 return rawQueryWithFactory(cursorFactory, sql, selectionArgs, in queryWithFactory()
1793 @Nullable CursorFactory cursorFactory, @NonNull String sql, in rawQueryWithFactory()
1795 return rawQueryWithFactory(cursorFactory, sql, selectionArgs, editTable, null); in rawQueryWithFactory()
1816 @Nullable CursorFactory cursorFactory, @NonNull String sql, in rawQueryWithFactory()
1823 return driver.query(cursorFactory != null ? cursorFactory : mCursorFactory, in rawQueryWithFactory()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...