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;
103 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeadsUpBeingUsed()
115 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeightBeingUsed()
222 mNotificationInflater.addInflationFlags(FLAG_CONTENT_VIEW_ALL); in testSupersedesExistingTask()
233 FLAG_CONTENT_VIEW_ALL, asyncInflationTask.getReInflateFlags()); in testSupersedesExistingTask()
DExpandableNotificationRowTest.java21 … com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_ALL;
133 FLAG_CONTENT_VIEW_ALL)); in testIconColorShouldBeUpdatedWhenSensitive()
141 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in testFreeContentViewWhenSafe()
159 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java69 FLAG_CONTENT_VIEW_ALL})
94 public static final int FLAG_CONTENT_VIEW_ALL = ~0; field in NotificationContentInflater