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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java291 public synchronized JSONObject dumpJson(DumpFilter filter) { method in class:NotificationUsageStats
299 aggregatedStats.put(as.dumpJson());
308 dump.put("historical", mSQLiteLog.dumpJson(filter));
646 public JSONObject dumpJson() throws JSONException { method in class:NotificationUsageStats.AggregatedStats
1277 public JSONObject dumpJson(DumpFilter filter) { method in class:NotificationUsageStats.SQLiteLog
H A DRankingHelper.java427 public JSONObject dumpJson(NotificationManagerService.DumpFilter filter) { method in class:RankingHelper
469 * This is intentionally redundant with {#link dumpJson} because the old
H A DNotificationManagerService.java2046 dumpJson(pw, filter);
2339 private void dumpJson(PrintWriter pw, DumpFilter filter) { method in class:NotificationManagerService
2344 dump.put("ranking", mRankingHelper.dumpJson(filter));
2345 dump.put("stats", mUsageStats.dumpJson(filter));

Completed in 81 milliseconds