Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java151 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()
329 if (as.numUndecoratedRemoteViews > 0) { in remoteViewStats()
413 public int numUndecoratedRemoteViews; field in NotificationUsageStats.AggregatedStats
699 output.append("numUndecorateRVs=").append(numUndecoratedRemoteViews).append("\n"); in toStringWithIndent()