Searched refs:FLAG_CONTENT_VIEW_ALL (Results 1 – 3 of 3) sorted by relevance
19 … 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()
21 … 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()
77 FLAG_CONTENT_VIEW_ALL})108 public static final int FLAG_CONTENT_VIEW_ALL = ~0; field in NotificationContentInflater