Searched refs:mSQLiteLog (Results 1 – 1 of 1) sorted by relevance
81 private final SQLiteLog mSQLiteLog; field in NotificationUsageStats89 mSQLiteLog = ENABLE_SQLITE_LOG ? new SQLiteLog(context) : null; in NotificationUsageStats()157 mSQLiteLog.logPosted(notification); in registerPostedByApp()175 mSQLiteLog.logPosted(notification); in registerUpdatedByApp()190 mSQLiteLog.logRemoved(notification); in registerRemovedByApp()202 mSQLiteLog.logDismissed(notification); in registerDismissedByUser()214 mSQLiteLog.logClicked(notification); in registerClickedByUser()323 dump.put("historical", mSQLiteLog.dumpJson(filter)); in dumpJson()334 return mSQLiteLog.remoteViewAggStats(startMs); in remoteViewStats()351 mSQLiteLog.dump(pw, indent, filter); in dump()