Searched refs:numUndecoratedRemoteViews (Results 1 – 1 of 1) sorted by relevance
151 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()329 if (as.numUndecoratedRemoteViews > 0) { in remoteViewStats()413 public int numUndecoratedRemoteViews; field in NotificationUsageStats.AggregatedStats699 output.append("numUndecorateRVs=").append(numUndecoratedRemoteViews).append("\n"); in toStringWithIndent()