Searched refs:numUndecoratedRemoteViews (Results 1 – 1 of 1) sorted by relevance
153 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()417 public int numUndecoratedRemoteViews; field in NotificationUsageStats.AggregatedStats685 output.append("numUndecorateRVs=").append(numUndecoratedRemoteViews).append("\n"); in toStringWithIndent()