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.java1294 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_NoRemoteViews()
1303 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_NoRemoteViewsWithStyle()
1311 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedContent()
1320 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedBig()
1329 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedHeadsup()
1338 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_DecoratedRemoteViews()
1347 assertFalse("false positive detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_DecoratedMediaRemoteViews()
1356 assertTrue("false negative detection", record.hasUndecoratedRemoteView()); in testHasUndecoratedRemoteViews_UndecoratedWrongStyle()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java151 stats.numUndecoratedRemoteViews += (notification.hasUndecoratedRemoteView() ? 1 : 0); in registerPostedByApp()
DNotificationRecord.java1560 public boolean hasUndecoratedRemoteView() { in hasUndecoratedRemoteView() method in NotificationRecord
/frameworks/base/services/
Dart-wear-profile16284 PLcom/android/server/notification/NotificationRecord;->hasUndecoratedRemoteView()Z