Searched refs:PagerStats (Results 1 – 6 of 6) sorted by relevance
35 private static native void nativeGetPagerStats(PagerStats stats); in nativeGetPagerStats()118 public static class PagerStats { class in SQLiteDebug178 public static PagerStats getDatabaseInfo() { in getDatabaseInfo()179 PagerStats stats = new PagerStats(); in getDatabaseInfo()
162 SQLiteDebug.PagerStats info = SQLiteDebug.getDatabaseInfo(); in verifyLookasideStats()
1107 SQLiteDebug.PagerStats info = SQLiteDebug.getDatabaseInfo(); in verifyLookasideStats()
1255 SQLiteDebug.PagerStats stats = SQLiteDebug.getDatabaseInfo(); in dumpMemInfo()1407 SQLiteDebug.PagerStats stats = SQLiteDebug.getDatabaseInfo(); in dumpMemInfo()
816 method public static android.database.sqlite.SQLiteDebug.PagerStats getDatabaseInfo();828 public static class SQLiteDebug.PagerStats {829 ctor public SQLiteDebug.PagerStats();
1109 android.database.sqlite.SQLiteDebug$PagerStats