HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationId (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 43 private int mNotificationId;
247 startForeground(mNotificationId, mBuilder.build());
259 mNotifyMgr.notify(mNotificationId, mBuilder.build());
264 mNotifyMgr.notify(mNotificationId, mBuilder.build());
280 mNotifyMgr.cancel(mNotificationId);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 495 private final int mNotificationId;
512 mNotificationId = notificationId;
556 return mNotificationId;
592 out.writeInt(mNotificationId);
625 mNotificationId = in.readInt();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 101 private final int mNotificationId;
157 mNotificationId = nId;
328 mNotificationManager.notify(mNotificationId, n);

Completed in 318 milliseconds