HomeSort by relevance Sort by last modified time
    Searched defs:noMa (Results 1 - 7 of 7) sorted by null

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 29 NotificationManagerCompat noMa = NotificationManagerCompat.from(this);
30 if(noMa.areNotificationsEnabled()) {
UpdateService.java 47 NotificationManager noMa =
52 noMa.notify(NotificationService.NOTIFICATION_ID + id,
FullScreenActivity.java 58 NotificationManager noMa =
60 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
ProgressService.java 56 public void run() { NotificationManager noMa = (NotificationManager)
59 noMa.notify(NotificationService.NOTIFICATION_ID + mId,
NotificationService.java 188 NotificationManagerCompat noMa = NotificationManagerCompat.from(this);
190 noMa.cancelAll();
325 noMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 71 NotificationManager noMa =
73 noMa.notify(id, n);
83 NotificationManager noMa =
85 noMa.cancel(id);
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 250 NotificationManager noMa =
390 noMa.notify(NOTIFICATION_ID + i, n);
404 noMa.cancel(NOTIFICATION_ID + i);
439 noMa.notify(NOTIFICATION_ID + i, n2);
450 noMa.cancel(NOTIFICATION_ID + i);
472 NotificationManager noMa =
474 noMa.cancel(NOTIFICATION_ID + id);

Completed in 1229 milliseconds