Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java464 mCursorFactory = cursorFactory; in SQLiteDatabase()
1509 public Cursor queryWithFactory(CursorFactory cursorFactory, in queryWithFactory() argument
1513 return queryWithFactory(cursorFactory, distinct, table, columns, selection, in queryWithFactory()
1552 public Cursor queryWithFactory(CursorFactory cursorFactory, in queryWithFactory() argument
1561 return rawQueryWithFactory(cursorFactory, sql, selectionArgs, in queryWithFactory()
1687 CursorFactory cursorFactory, String sql, String[] selectionArgs, in rawQueryWithFactory() argument
1708 CursorFactory cursorFactory, String sql, String[] selectionArgs, in rawQueryWithFactory() argument
1714 return driver.query(cursorFactory != null ? cursorFactory : mCursorFactory, in rawQueryWithFactory()
2759 private OpenParams(int openFlags, CursorFactory cursorFactory, in OpenParams() argument
2763 mCursorFactory = cursorFactory; in OpenParams()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...