Searched defs:NOTIFICATION_ID (Results 1 - 9 of 9) sorted by last modified time

/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java49 private static final int NOTIFICATION_ID = 412; field in class:MediaNotificationManager
121 mService.startForeground(NOTIFICATION_ID, notification);
136 mNotificationManager.cancel(NOTIFICATION_ID);
209 mNotificationManager.notify(NOTIFICATION_ID, notification);
220 mNotificationManager.notify(NOTIFICATION_ID, notification);
345 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java49 private static final int NOTIFICATION_ID = 412; field in class:MediaNotificationManager
121 mService.startForeground(NOTIFICATION_ID, notification);
136 mNotificationManager.cancel(NOTIFICATION_ID);
209 mNotificationManager.notify(NOTIFICATION_ID, notification);
220 mNotificationManager.notify(NOTIFICATION_ID, notification);
345 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
/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/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/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipNotificationController.java59 private static final int NOTIFICATION_ID = 0; field in class:PipNotificationController
108 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
143 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
167 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, builder.build());
/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java46 private static final int NOTIFICATION_ID = 0; field in class:AlertWindowNotification
88 mNotificationManager.cancel(mNotificationTag, NOTIFICATION_ID);
128 mNotificationManager.notify(mNotificationTag, NOTIFICATION_ID, builder.build());
/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/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/packages/Osu/src/com/android/hotspot2/app/
H A DMainActivity.java39 private static final int NOTIFICATION_ID = 0; // Used for OSU count field in class:MainActivity
226 notificationManager.notify(NOTIFICATION_ID, builder.build());
232 notificationManager.cancel(NOTIFICATION_ID);

Completed in 463 milliseconds