Searched refs:dumpJson (Results 1 – 3 of 3) sorted by relevance
291 public synchronized JSONObject dumpJson(DumpFilter filter) { in dumpJson() method in NotificationUsageStats299 aggregatedStats.put(as.dumpJson()); in dumpJson()308 dump.put("historical", mSQLiteLog.dumpJson(filter)); in dumpJson()646 public JSONObject dumpJson() throws JSONException { in dumpJson() method in NotificationUsageStats.AggregatedStats1277 public JSONObject dumpJson(DumpFilter filter) { in dumpJson() method in NotificationUsageStats.SQLiteLog
427 public JSONObject dumpJson(NotificationManagerService.DumpFilter filter) { in dumpJson() method in RankingHelper
2043 dumpJson(pw, filter);2336 private void dumpJson(PrintWriter pw, DumpFilter filter) { in dumpJson() method in NotificationManagerService2341 dump.put("ranking", mRankingHelper.dumpJson(filter)); in dumpJson()2342 dump.put("stats", mUsageStats.dumpJson(filter)); in dumpJson()