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

  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 47 NotificationManager mNM;
84 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
104 mNM.notify(1, n);
115 mNM.cancel(1);
128 mNM.notify(1, n);
140 mNM.notify(1, n);
150 mNM.notify(1, n);
158 mNM.notify(1, n);
168 mNM.notify(1, n);
184 mNM.notify(1, n)
    [all...]
NotificationBuilderTest.java 50 NotificationManager mNM;
55 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
110 mNM.cancel(1);
113 mNM.cancel(2);
116 mNM.cancel(3);
119 mNM.cancel(4);
122 mNM.cancel(5);
125 mNM.cancel(6);
128 mNM.cancel(7);
131 mNM.cancel(8)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 46 private NotificationManager mNM;
65 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
82 mNM.cancel(NOTIFICATION);
117 mNM.notify(NOTIFICATION, notification);
AlarmService_Service.java 43 NotificationManager mNM;
47 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
62 mNM.cancel(R.string.alarm_service_started);
116 mNM.notify(R.string.alarm_service_started, notification);
NotifyingService.java 49 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
62 mNM.cancel(MOOD_NOTIFICATIONS);
114 mNM.notify(MOOD_NOTIFICATIONS, notification);
127 private NotificationManager mNM;
MessengerService.java 54 NotificationManager mNM;
121 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
130 mNM.cancel(R.string.remote_service_started);
166 mNM.notify(R.string.remote_service_started, notification);
ForegroundService.java 59 private NotificationManager mNM;
95 mNM.notify(id, notification);
112 mNM.cancel(id);
119 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
ServiceStartArguments.java 55 private NotificationManager mNM;
104 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
194 mNM.notify(R.string.service_created, notification);
198 mNM.cancel(R.string.service_created);
RemoteService.java 67 NotificationManager mNM;
71 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
85 mNM.cancel(R.string.remote_service_started);
200 mNM.notify(R.string.remote_service_started, notification);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 49 private NotificationManager mNM;
60 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
65 mNM.notify(NOTIFY_ID, note);
114 mNM.cancel(NOTIFY_ID);

Completed in 258 milliseconds