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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
NotificationIds.java 19 public class NotificationIds {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 38 import com.android.gallery3d.app.NotificationIds;
148 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING,
153 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_IMPORTING);
154 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_SCANNING);
185 startForeground(NotificationIds.INGEST_NOTIFICATION_IMPORTING,
204 mNotificationManager.cancel(NotificationIds.INGEST_NOTIFICATION_SCANNING);
220 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING,
237 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_IMPORTING,
256 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING,
275 mNotificationManager.notify(NotificationIds.INGEST_NOTIFICATION_SCANNING
    [all...]

Completed in 143 milliseconds