Home
last modified time | relevance | path

Searched refs:dumpJson (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java291 public synchronized JSONObject dumpJson(DumpFilter filter) { in dumpJson() method in NotificationUsageStats
299 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.AggregatedStats
1277 public JSONObject dumpJson(DumpFilter filter) { in dumpJson() method in NotificationUsageStats.SQLiteLog
DRankingHelper.java427 public JSONObject dumpJson(NotificationManagerService.DumpFilter filter) { in dumpJson() method in RankingHelper
DNotificationManagerService.java2043 dumpJson(pw, filter);
2336 private void dumpJson(PrintWriter pw, DumpFilter filter) { in dumpJson() method in NotificationManagerService
2341 dump.put("ranking", mRankingHelper.dumpJson(filter)); in dumpJson()
2342 dump.put("stats", mUsageStats.dumpJson(filter)); in dumpJson()