Searched refs:hasUndecoratedRemoteView (Results 1 – 4 of 4) sorted by relevance
1128 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_NoRemoteViews()1137 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_NoRemoteViewsWithStyle()1145 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedContent()1154 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedBig()1163 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedHeadsup()1172 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_DecoratedRemoteViews()1181 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_DecoratedMediaRemoteViews()1190 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedWrongStyle()
151 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()
1505 public boolean hasUndecoratedRemoteView() { in hasUndecoratedRemoteView() method in NotificationRecord
5273 HSPLcom/android/server/notification/NotificationRecord;->hasUndecoratedRemoteView()Z