Searched refs:rawQueryWithFactory (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDatabase.java | 1290 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
|
D | SQLiteQueryBuilder.java | 515 return db.rawQueryWithFactory( in query()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabaseCursorTest.java | 456 Cursor c = mDatabase.rawQueryWithFactory( in testRequeryWithAlteredSelectionArgs()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |