Home
last modified time | relevance | path

Searched refs:FLAG_CONTENT_VIEW_ALL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java19 … com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_ALL;
105 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeadsUpBeingUsed()
117 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeightBeingUsed()
227 mNotificationInflater.addInflationFlags(FLAG_CONTENT_VIEW_ALL); in testSupersedesExistingTask()
238 FLAG_CONTENT_VIEW_ALL, asyncInflationTask.getReInflateFlags()); in testSupersedesExistingTask()
DExpandableNotificationRowTest.java21 … com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_ALL;
134 FLAG_CONTENT_VIEW_ALL)); in testIconColorShouldBeUpdatedWhenSensitive()
149 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in testFreeContentViewWhenSafe()
167 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java77 FLAG_CONTENT_VIEW_ALL})
108 public static final int FLAG_CONTENT_VIEW_ALL = ~0; field in NotificationContentInflater