Searched refs:dumpJson (Results 1 – 4 of 4) sorted by relevance
299 public synchronized JSONObject dumpJson(DumpFilter filter) { in dumpJson() method in NotificationUsageStats307 aggregatedStats.put(as.dumpJson()); in dumpJson()691 public JSONObject dumpJson() throws JSONException { in dumpJson() method in NotificationUsageStats.AggregatedStats
5314 dumpJson(pw, filter, pkgPermissions);6210 private void dumpJson(PrintWriter pw, @NonNull DumpFilter filter,6216 dump.put("ranking", mPreferencesHelper.dumpJson(filter, pkgPermissions));6217 dump.put("stats", mUsageStats.dumpJson(filter));
2351 public JSONObject dumpJson(NotificationManagerService.DumpFilter filter, in dumpJson() method in PreferencesHelper
3237 JSONArray actual = (JSONArray) mHelper.dumpJson( in testDumpJson_postPermissionMigration()3263 JSONArray actual = (JSONArray) mHelper.dumpJson( in testDumpJson_givenNullInput_postMigration()