HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationId (Results 1 - 2 of 2) 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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 98 private final int mNotificationId;
152 mNotificationId = nId;
292 mNotificationManager.notify(mNotificationId, n);

Completed in 141 milliseconds