Searched refs:mRebuildNotification (Results 1 – 1 of 1) sorted by relevance
1992 private Notification mRebuildNotification = null; field in Notification.Builder2052 mRebuildNotification = n;3321 if (mRebuildNotification == null) { in rebuild()3326 Bundle extras = mRebuildNotification.extras; in rebuild()3329 mRebuildNotification.largeIcon = extras.getParcelable(EXTRA_LARGE_ICON); in rebuild()3334 setBuilderContentView(mRebuildNotification, makeContentView()); in rebuild()3336 mStyle.populateContentView(mRebuildNotification); in rebuild()3342 setBuilderBigContentView(mRebuildNotification, makeBigContentView()); in rebuild()3344 mStyle.populateBigContentView(mRebuildNotification); in rebuild()3350 setBuilderHeadsUpContentView(mRebuildNotification, makeHeadsUpContentView()); in rebuild()[all …]