Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java1128 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()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java151 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()
H A DNotificationRecord.java1505 public boolean hasUndecoratedRemoteView() { in hasUndecoratedRemoteView() method in NotificationRecord
/aosp14/frameworks/base/services/
H A Dart-profile5273 HSPLcom/android/server/notification/NotificationRecord;->hasUndecoratedRemoteView()Z