Searched refs:mRebuildNotification (Results 1 – 1 of 1) sorted by relevance
2119 private Notification mRebuildNotification = null; field in Notification.Builder2179 mRebuildNotification = n;3490 if (mRebuildNotification == null) { in rebuild()3495 Bundle extras = mRebuildNotification.extras; in rebuild()3498 mRebuildNotification.largeIcon = extras.getParcelable(EXTRA_LARGE_ICON); in rebuild()3503 setBuilderContentView(mRebuildNotification, makeContentView()); in rebuild()3505 mStyle.populateContentView(mRebuildNotification); in rebuild()3511 setBuilderBigContentView(mRebuildNotification, makeBigContentView()); in rebuild()3513 mStyle.populateBigContentView(mRebuildNotification); in rebuild()3519 setBuilderHeadsUpContentView(mRebuildNotification, makeHeadsUpContentView()); in rebuild()[all …]