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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java103 private final Notification.Builder mNotificationBuilder, mPublicNotificationBuilder; field in class:SaveImageInBackgroundTask
161 mNotificationBuilder = new Notification.Builder(context)
172 mNotificationBuilder.setStyle(mNotificationStyle);
185 mNotificationBuilder.setPublicVersion(mPublicNotificationBuilder.build());
187 Notification n = mNotificationBuilder.build();
194 mNotificationBuilder.setLargeIcon(croppedIcon);
249 mNotificationBuilder.addAction(R.drawable.ic_menu_share,
305 mNotificationBuilder
324 mNotificationBuilder.setPublicVersion(mPublicNotificationBuilder.build());
326 Notification n = mNotificationBuilder
[all...]

Completed in 51 milliseconds