Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java304 public synchronized JSONObject dumpJson(DumpFilter filter) { in dumpJson() method in NotificationUsageStats
312 aggregatedStats.put(as.dumpJson()); in dumpJson()
321 dump.put("historical", mSQLiteLog.dumpJson(filter)); in dumpJson()
676 public JSONObject dumpJson() throws JSONException { in dumpJson() method in NotificationUsageStats.AggregatedStats
1317 public JSONObject dumpJson(DumpFilter filter) { in dumpJson() method in NotificationUsageStats.SQLiteLog
DRankingHelper.java1190 public JSONObject dumpJson(NotificationManagerService.DumpFilter filter) { in dumpJson() method in RankingHelper