Home
last modified time | relevance | path

Searched refs:FLAG_CONTENT_VIEW_PUBLIC (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java76 FLAG_CONTENT_VIEW_PUBLIC,
106 public static final int FLAG_CONTENT_VIEW_PUBLIC = 1 << 4; field in NotificationContentInflater
184 flags |= FLAG_CONTENT_VIEW_PUBLIC; in updateNeedsRedaction()
334 case FLAG_CONTENT_VIEW_PUBLIC: in freeNotificationView()
337 mCachedContentViews.remove(FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
386 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in createRemoteViews()
489 flag = FLAG_CONTENT_VIEW_PUBLIC; in apply()
493 cachedContentViews.get(FLAG_CONTENT_VIEW_PUBLIC)); in apply()
729 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in finishIfDone()
732 cachedContentViews.put(FLAG_CONTENT_VIEW_PUBLIC, result.newPublicView); in finishIfDone()
[all …]
DExpandableNotificationRow.java22 …m.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_PUBLIC;
496 case FLAG_CONTENT_VIEW_PUBLIC: in freeContentViewWhenSafe()
1635 updateInflationFlag(FLAG_CONTENT_VIEW_PUBLIC, needsRedaction /* shouldInflate */);
1638 freeContentViewWhenSafe(FLAG_CONTENT_VIEW_PUBLIC);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java23 …m.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_PUBLIC;
214 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_PUBLIC, true); in testUpdateNeedsRedactionReinflatesChangedContentViews()
219 assertEquals(FLAG_CONTENT_VIEW_AMBIENT | FLAG_CONTENT_VIEW_PUBLIC, in testUpdateNeedsRedactionReinflatesChangedContentViews()
DExpandableNotificationRowTest.java23 …m.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_PUBLIC;
162 assertTrue(row.getNotificationInflater().isInflationFlagSet(FLAG_CONTENT_VIEW_PUBLIC)); in setNeedsRedactionSetsInflationFlag()