Home
last modified time | relevance | path

Searched refs:rawQueryWithFactory (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java1561 return rawQueryWithFactory(cursorFactory, sql, selectionArgs, in queryWithFactory()
1653 return rawQueryWithFactory(null, sql, selectionArgs, null, null); in rawQuery()
1671 return rawQueryWithFactory(null, sql, selectionArgs, null, cancellationSignal); in rawQuery()
1686 public Cursor rawQueryWithFactory( in rawQueryWithFactory() method in SQLiteDatabase
1689 return rawQueryWithFactory(cursorFactory, sql, selectionArgs, editTable, null); in rawQueryWithFactory()
1707 public Cursor rawQueryWithFactory( in rawQueryWithFactory() method in SQLiteDatabase
H A DSQLiteQueryBuilder.java592 return db.rawQueryWithFactory( in query()
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java456 Cursor c = mDatabase.rawQueryWithFactory( in testRequeryWithAlteredSelectionArgs()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5872 HSPLandroid/database/sqlite/SQLiteDatabase;->rawQueryWithFactory(Landroid/database/sqlite/SQLiteDat…
5873 HSPLandroid/database/sqlite/SQLiteDatabase;->rawQueryWithFactory(Landroid/database/sqlite/SQLiteDat…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt5875 HSPLandroid/database/sqlite/SQLiteDatabase;->rawQueryWithFactory(Landroid/database/sqlite/SQLiteDat…
5876 HSPLandroid/database/sqlite/SQLiteDatabase;->rawQueryWithFactory(Landroid/database/sqlite/SQLiteDat…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14289 …method public android.database.Cursor rawQueryWithFactory(android.database.sqlite.SQLiteDatabase.C…
14290 …method public android.database.Cursor rawQueryWithFactory(android.database.sqlite.SQLiteDatabase.C…