OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INGEST_NOTIFICATION_SCANNING
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
NotificationIds.java
20
public static final int
INGEST_NOTIFICATION_SCANNING
= 10;
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java
148
mNotificationManager.notify(NotificationIds.
INGEST_NOTIFICATION_SCANNING
,
154
mNotificationManager.cancel(NotificationIds.
INGEST_NOTIFICATION_SCANNING
);
204
mNotificationManager.cancel(NotificationIds.
INGEST_NOTIFICATION_SCANNING
);
256
mNotificationManager.notify(NotificationIds.
INGEST_NOTIFICATION_SCANNING
,
275
mNotificationManager.notify(NotificationIds.
INGEST_NOTIFICATION_SCANNING
,
Completed in 93 milliseconds