Searched refs:dumpChannelsJson (Results 1 – 3 of 3) sorted by relevance
2559 public JSONArray dumpChannelsJson(NotificationManagerService.DumpFilter filter) { in dumpChannelsJson() method in PreferencesHelper
6778 dump.put("channels", mPreferencesHelper.dumpChannelsJson(filter));
3406 JSONArray actual = mHelper.dumpChannelsJson(new NotificationManagerService.DumpFilter()); in testDumpChannelsJson()