Home
last modified time | relevance | path

Searched refs:DbStats (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java151 public ArrayList<DbStats> dbStats;
157 public static class DbStats { class in SQLiteDebug
178 public DbStats(String dbName, long pageCount, long pageSize, int lookaside, in DbStats() method in SQLiteDebug.DbStats
H A DSQLiteConnection.java22 import android.database.sqlite.SQLiteDebug.DbStats;
1268 void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats()
1302 dbStatsList.add(new DbStats(label.toString(), pageCount, pageSize, 0, 0, 0, 0)); in collectDbStats()
1317 void collectDbStatsUnsafe(ArrayList<DbStats> dbStatsList) { in collectDbStatsUnsafe()
1321 private DbStats getMainDbStatsUnsafe(int lookaside, long pageCount, long pageSize) { in getMainDbStatsUnsafe()
1330 return new DbStats(label, pageCount, pageSize, lookaside, in getMainDbStatsUnsafe()
H A DSQLiteDatabase.java33 import android.database.sqlite.SQLiteDebug.DbStats;
2286 static ArrayList<DbStats> getDbStats() { in getDbStats()
2287 ArrayList<DbStats> dbStatsList = new ArrayList<DbStats>(); in getDbStats()
2295 private void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats()
H A DSQLiteConnectionPool.java19 import android.database.sqlite.SQLiteDebug.DbStats;
485 public void collectDbStats(ArrayList<DbStats> dbStatsList) { in collectDbStats()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DSQLiteOpenHelperTest.java163 for (SQLiteDebug.DbStats dbStat : info.dbStats) { in verifyLookasideStats()
H A DDatabaseGeneralTest.java936 for (SQLiteDebug.DbStats dbStat : info.dbStats) { in verifyLookasideStats()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt950 MissingNullability: android.database.sqlite.SQLiteDebug.DbStats#DbStats(String, long, long, int, in…
952 MissingNullability: android.database.sqlite.SQLiteDebug.DbStats#cache:
954 MissingNullability: android.database.sqlite.SQLiteDebug.DbStats#dbName:
2424 MutableBareField: android.database.sqlite.SQLiteDebug.DbStats#cache:
2426 MutableBareField: android.database.sqlite.SQLiteDebug.DbStats#dbName:
2428 MutableBareField: android.database.sqlite.SQLiteDebug.DbStats#dbSize:
2430 MutableBareField: android.database.sqlite.SQLiteDebug.DbStats#lookaside:
2432 MutableBareField: android.database.sqlite.SQLiteDebug.DbStats#pageSize:
H A Dtest-current.txt962 public static class SQLiteDebug.DbStats {
963 ctor public SQLiteDebug.DbStats(String, long, long, int, int, int, int);
973 field public java.util.ArrayList<android.database.sqlite.SQLiteDebug.DbStats> dbStats;
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java97 import android.database.sqlite.SQLiteDebug.DbStats;
1415 DbStats dbStats = stats.dbStats.get(i); in dumpMemInfo()
1460 DbStats dbStats = stats.dbStats.get(i); in dumpMemInfo()
1584 DbStats dbStats = stats.dbStats.get(i); in dumpMemInfo()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1786 android.database.sqlite.SQLiteDebug$DbStats
H A Dboot-image-profile.txt6006 …se/sqlite/SQLiteConnection;->getMainDbStatsUnsafe(IJJ)Landroid/database/sqlite/SQLiteDebug$DbStats;
6185 HSPLandroid/database/sqlite/SQLiteDebug$DbStats;-><init>(Ljava/lang/String;JJIIII)V
24705 Landroid/database/sqlite/SQLiteDebug$DbStats;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1785 android.database.sqlite.SQLiteDebug$DbStats
H A Dboot-image-profile.txt6004 …se/sqlite/SQLiteConnection;->getMainDbStatsUnsafe(IJJ)Landroid/database/sqlite/SQLiteDebug$DbStats;
6183 HSPLandroid/database/sqlite/SQLiteDebug$DbStats;-><init>(Ljava/lang/String;JJIIII)V
34342 Landroid/database/sqlite/SQLiteDebug$DbStats;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17392 …se/sqlite/SQLiteConnection;->getMainDbStatsUnsafe(IJJ)Landroid/database/sqlite/SQLiteDebug$DbStats;
17611 Landroid/database/sqlite/SQLiteDebug$DbStats;-><init>(Ljava/lang/String;JJIIII)V
17612 Landroid/database/sqlite/SQLiteDebug$DbStats;->cache:Ljava/lang/String;
17613 Landroid/database/sqlite/SQLiteDebug$DbStats;->dbName:Ljava/lang/String;
17614 Landroid/database/sqlite/SQLiteDebug$DbStats;->dbSize:J
17615 Landroid/database/sqlite/SQLiteDebug$DbStats;->lookaside:I
17616 Landroid/database/sqlite/SQLiteDebug$DbStats;->pageSize:J