Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java19 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL;
92 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testFreeContentViews()
129 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseLowPriority()
153 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeight()
177 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeadsUpHeight()
201 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetNeedsReinflation()
212 eq(FLAG_CONTENT_VIEW_ALL), in testSetNeedsReinflation()
DNotificationContentInflaterTest.java19 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL;
125 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeadsUpBeingUsed() local
140 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeightBeingUsed() local
148 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testInflationCallsUpdated()
165 inflateAndWait(true /* expectingException */, mNotificationInflater, FLAG_CONTENT_VIEW_ALL, in testInflationThrowsErrorDoesntCallUpdated()
174 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testAsyncTaskRemoved()
185 FLAG_CONTENT_VIEW_ALL, in testRemovedNotInflated() local
DExpandableNotificationRowTest.java22 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL;
133 FLAG_CONTENT_VIEW_ALL)); in testIconColorShouldBeUpdatedWhenSensitive()
141 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java82 FLAG_CONTENT_VIEW_ALL})
104 int FLAG_CONTENT_VIEW_ALL = (1 << 4) - 1; field
DRowContentBindStage.java19 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL;
67 @InflationFlag int contentToUnbind = inflationFlags ^ FLAG_CONTENT_VIEW_ALL; in executeStage()