OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOOD_NOTIFICATIONS
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java
42
private static int
MOOD_NOTIFICATIONS
= R.layout.status_bar_notifications;
62
mNM.cancel(
MOOD_NOTIFICATIONS
);
114
mNM.notify(
MOOD_NOTIFICATIONS
, notification);
StatusBarNotifications.java
40
private static int
MOOD_NOTIFICATIONS
= R.layout.status_bar_notifications;
210
mNotificationManager.notify(
MOOD_NOTIFICATIONS
, notification);
238
mNotificationManager.notify(
MOOD_NOTIFICATIONS
, notif);
266
MOOD_NOTIFICATIONS
, // we use a string id because it is a unique
Completed in 504 milliseconds