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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java101 private final Notification.Builder mNotificationBuilder; field in class:SaveImageInBackgroundTask
155 mNotificationBuilder = new Notification.Builder(context)
165 mNotificationBuilder.setStyle(mNotificationStyle);
167 Notification n = mNotificationBuilder.build();
174 mNotificationBuilder.setLargeIcon(croppedIcon);
226 mNotificationBuilder.addAction(R.drawable.ic_menu_share,
280 mNotificationBuilder
287 Notification n = mNotificationBuilder.build();

Completed in 241 milliseconds