Searched defs:mRebuildNotification (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java1992 private Notification mRebuildNotification = null; field in class:Notification.Builder
2052 mRebuildNotification = n;
3321 if (mRebuildNotification == null) {
3326 Bundle extras = mRebuildNotification.extras;
3329 mRebuildNotification.largeIcon = extras.getParcelable(EXTRA_LARGE_ICON);
3334 setBuilderContentView(mRebuildNotification, makeContentView());
3336 mStyle.populateContentView(mRebuildNotification);
3342 setBuilderBigContentView(mRebuildNotification, makeBigContentView());
3344 mStyle.populateBigContentView(mRebuildNotification);
3350 setBuilderHeadsUpContentView(mRebuildNotification, makeHeadsUpContentVie
[all...]

Completed in 70 milliseconds