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;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()
21 … 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()
69 FLAG_CONTENT_VIEW_ALL})94 public static final int FLAG_CONTENT_VIEW_ALL = ~0; field in NotificationContentInflater