HomeSort by relevance Sort by last modified time
    Searched refs:dumpJson (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 291 public synchronized JSONObject dumpJson(DumpFilter filter) {
299 aggregatedStats.put(as.dumpJson());
308 dump.put("historical", mSQLiteLog.dumpJson(filter));
646 public JSONObject dumpJson() throws JSONException {
    [all...]
RankingHelper.java 427 public JSONObject dumpJson(NotificationManagerService.DumpFilter filter) {
469 * This is intentionally redundant with {#link dumpJson} because the old
NotificationManagerService.java     [all...]

Completed in 135 milliseconds