Home
last modified time | relevance | path

Searched refs:executeForLong (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java260 long value = executeForLong("PRAGMA page_size", null, null); in setPageSize()
270 long value = executeForLong("PRAGMA wal_autocheckpoint", null, null); in setAutoCheckpointInterval()
272 executeForLong("PRAGMA wal_autocheckpoint=" + newValue, null, null); in setAutoCheckpointInterval()
280 long value = executeForLong("PRAGMA journal_size_limit", null, null); in setJournalSizeLimit()
282 executeForLong("PRAGMA journal_size_limit=" + newValue, null, null); in setJournalSizeLimit()
290 long value = executeForLong("PRAGMA foreign_keys", null, null); in setForeignKeyModeFromConfiguration()
468 final boolean hasMetadataTable = executeForLong( in checkDatabaseWiped()
676 public long executeForLong(String sql, Object[] bindArgs, in executeForLong() method in SQLiteConnection
1213 pageCount = executeForLong("PRAGMA page_count;", null, null); in collectDbStats()
1214 pageSize = executeForLong("PRAGMA page_size;", null, null); in collectDbStats()
[all …]
DSQLiteStatement.java109 return getSession().executeForLong( in simpleQueryForLong()
DSQLiteSession.java642 public long executeForLong(String sql, Object[] bindArgs, int connectionFlags, in executeForLong() method in SQLiteSession
654 return mConnection.executeForLong(sql, bindArgs, cancellationSignal); // might throw in executeForLong()
/frameworks/base/config/
Dboot-image-profile.txt5220 HSPLandroid/database/sqlite/SQLiteConnection;->executeForLong(Ljava/lang/String;[Ljava/lang/Object;…
5375 HSPLandroid/database/sqlite/SQLiteSession;->executeForLong(Ljava/lang/String;[Ljava/lang/Object;ILa…
Dhiddenapi-greylist-max-o.txt17397 Landroid/database/sqlite/SQLiteConnection;->executeForLong(Ljava/lang/String;[Ljava/lang/Object;Lan…
17700 Landroid/database/sqlite/SQLiteSession;->executeForLong(Ljava/lang/String;[Ljava/lang/Object;ILandr…