Searched refs:maybePut (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationUsageStats.java | 695 maybePut(dump, "numEnqueuedByApp", numEnqueuedByApp); in dumpJson() 696 maybePut(dump, "numPostedByApp", numPostedByApp); in dumpJson() 697 maybePut(dump, "numUpdatedByApp", numUpdatedByApp); in dumpJson() 698 maybePut(dump, "numRemovedByApp", numRemovedByApp); in dumpJson() 699 maybePut(dump, "numPeopleCacheHit", numPeopleCacheHit); in dumpJson() 700 maybePut(dump, "numPeopleCacheMiss", numPeopleCacheMiss); in dumpJson() 701 maybePut(dump, "numWithStaredPeople", numWithStaredPeople); in dumpJson() 702 maybePut(dump, "numWithValidPeople", numWithValidPeople); in dumpJson() 703 maybePut(dump, "numBlocked", numBlocked); in dumpJson() 704 maybePut(dump, "numSuspendedByAdmin", numSuspendedByAdmin); in dumpJson() [all …]
|
/frameworks/base/services/ |
D | art-profile | 9708 PLcom/android/server/notification/NotificationUsageStats$ImportanceHistogram;->maybePut(Lorg/json/J…
|