Searched refs:FLAG_CONTENT_VIEW_PUBLIC (Results 1 – 4 of 4) sorted by relevance
76 FLAG_CONTENT_VIEW_PUBLIC,106 public static final int FLAG_CONTENT_VIEW_PUBLIC = 1 << 4; field in NotificationContentInflater184 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 …]
22 …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);
23 …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()
23 …m.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_PUBLIC;162 assertTrue(row.getNotificationInflater().isInflationFlagSet(FLAG_CONTENT_VIEW_PUBLIC)); in setNeedsRedactionSetsInflationFlag()