Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1290 return rawQueryWithFactory(cursorFactory, sql, selectionArgs, in queryWithFactory()
1382 return rawQueryWithFactory(null, sql, selectionArgs, null, null); in rawQuery()
1400 return rawQueryWithFactory(null, sql, selectionArgs, null, cancellationSignal); in rawQuery()
1415 public Cursor rawQueryWithFactory( in rawQueryWithFactory() method in SQLiteDatabase
1418 return rawQueryWithFactory(cursorFactory, sql, selectionArgs, editTable, null); in rawQueryWithFactory()
1436 public Cursor rawQueryWithFactory( in rawQueryWithFactory() method in SQLiteDatabase
DSQLiteQueryBuilder.java515 return db.rawQueryWithFactory( in query()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseCursorTest.java456 Cursor c = mDatabase.rawQueryWithFactory( in testRequeryWithAlteredSelectionArgs()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...