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.java153 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()
417 public int numUndecoratedRemoteViews; field in NotificationUsageStats.AggregatedStats
685 output.append("numUndecorateRVs=").append(numUndecoratedRemoteViews).append("\n"); in toStringWithIndent()