Searched defs:NOTIFICATION_ID (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportUtils.java42 static final int NOTIFICATION_ID = SystemMessage.NOTE_REMOTE_BUGREPORT; field in class:RemoteBugreportUtils
85 PendingIntent pendingIntentAccept = PendingIntent.getBroadcast(context, NOTIFICATION_ID,
89 NOTIFICATION_ID, new Intent(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWrongPasswordNotifier.java40 public static final int NOTIFICATION_ID = SystemMessage.NOTE_WIFI_WRONG_PASSWORD; field in class:WrongPasswordNotifier
97 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
108 mNotificationManager.cancel(null, NOTIFICATION_ID);
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java45 private static final int NOTIFICATION_ID = 42; field in class:TestService
88 startForeground(NOTIFICATION_ID,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java33 private static final int NOTIFICATION_ID = 433; // John Cage, 1952 field in class:NotificationHelper
151 mNoMan.cancel(NOTIFICATION_ID);
155 mNoMan.cancel(NOTIFICATION_ID);
232 mService.startForeground(NOTIFICATION_ID, notification);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java48 private static final int NOTIFICATION_ID = 0; field in class:AlertWindowNotification
90 mNotificationManager.cancel(mNotificationTag, NOTIFICATION_ID);
136 mNotificationManager.notify(mNotificationTag, NOTIFICATION_ID, builder.build());
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java58 public static final int NOTIFICATION_ID = 31338; field in class:NotificationTests
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);
474 noMa.cancel(NOTIFICATION_ID + id);
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java50 private static final int NOTIFICATION_ID = 412; field in class:MediaNotificationManager
122 mService.startForeground(NOTIFICATION_ID, notification);
137 mNotificationManager.cancel(NOTIFICATION_ID);
210 mNotificationManager.notify(NOTIFICATION_ID, notification);
221 mNotificationManager.notify(NOTIFICATION_ID, notification);
346 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java50 private static final int NOTIFICATION_ID = 412; field in class:MediaNotificationManager
122 mService.startForeground(NOTIFICATION_ID, notification);
137 mNotificationManager.cancel(NOTIFICATION_ID);
210 mNotificationManager.notify(NOTIFICATION_ID, notification);
221 mNotificationManager.notify(NOTIFICATION_ID, notification);
346 mNotificationManager.notify(NOTIFICATION_ID, builder.build());

Completed in 205 milliseconds