Searched defs:mNotificationBuilder (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java88 private Notification.Builder mNotificationBuilder; field in class:SaveImageInBackgroundTask
138 mNotificationBuilder = new Notification.Builder(context)
148 mNotificationBuilder.setStyle(mNotificationStyle);
150 Notification n = mNotificationBuilder.build();
157 mNotificationBuilder.setLargeIcon(croppedIcon);
195 mNotificationBuilder.addAction(R.drawable.ic_menu_share,
235 mNotificationBuilder
242 Notification n = mNotificationBuilder.build();

Completed in 1828 milliseconds