Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java1096 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_NoRemoteViews()
1105 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_NoRemoteViewsWithStyle()
1113 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedContent()
1122 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedBig()
1131 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedHeadsup()
1140 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_DecoratedRemoteViews()
1149 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_DecoratedMediaRemoteViews()
1158 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedWrongStyle()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java150 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()
DNotificationRecord.java1390 public boolean hasUndecoratedRemoteView() { in hasUndecoratedRemoteView() method in NotificationRecord
/frameworks/base/services/
Dart-profile27208 HPLcom/android/server/notification/NotificationRecord;->hasUndecoratedRemoteView()Z+]Ljava/lang/Obj…