Searched refs:redactAmbient (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 106 public void setRedactAmbient(boolean redactAmbient) { in setRedactAmbient() argument 107 if (mRedactAmbient != redactAmbient) { in setRedactAmbient() 108 mRedactAmbient = redactAmbient; in setRedactAmbient() 163 boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient, in createRemoteViews() argument 184 result.newAmbientView = redactAmbient ? builder.makePublicAmbientNotification() in createRemoteViews() 195 ExpandableNotificationRow row, boolean redactAmbient, in apply() argument 217 applyRemoteView(result, reInflateFlags, flag, row, redactAmbient, in apply() 241 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply() 266 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply() 290 redactAmbient, isNewView, remoteViewClickHandler, callback, entry, in apply() [all …]
|