Searched refs:NOTIFICATION_ID (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingRequest.java40 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in class:BluetoothPairingRequest
99 manager.notify(NOTIFICATION_ID, builder.getNotification());
107 manager.cancel(NOTIFICATION_ID);
119 manager.cancel(NOTIFICATION_ID);
H A DBluetoothPermissionRequest.java40 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in class:BluetoothPermissionRequest
166 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID,
175 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID);
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimBootReceiver.java41 private static final int NOTIFICATION_ID = 1; field in class:SimBootReceiver
137 notificationManager.notify(NOTIFICATION_ID, builder.build());
143 notificationManager.cancel(NOTIFICATION_ID);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DFullScreenActivity.java42 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
H A DPhoneService.java65 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
H A DProgressService.java59 noMa.notify(NotificationService.NOTIFICATION_ID + mId,
H A DUpdateService.java56 noMa.notify(NotificationService.NOTIFICATION_ID + id,
H A DNotificationService.java48 public static final int NOTIFICATION_ID = 31338; field in class:NotificationService
261 noMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java56 static final int NOTIFICATION_ID = 1; field in class:CellBroadcastAlertService
376 PendingIntent pi = PendingIntent.getActivity(this, NOTIFICATION_ID, intent,
406 notificationManager.notify(NOTIFICATION_ID, builder.build());
H A DCellBroadcastListActivity.java62 .cancel(CellBroadcastAlertService.NOTIFICATION_ID);
H A DCellBroadcastAlertFullScreen.java329 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DDefaultVoicemailNotifier.java53 private static final int NOTIFICATION_ID = 1; field in class:DefaultVoicemailNotifier
201 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
213 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java35 private static final int NOTIFICATION_ID = Integer.MAX_VALUE - 1; field in class:StopwatchService
120 mNotificationManager.cancel(NOTIFICATION_ID);
130 mNotificationManager.cancel(NOTIFICATION_ID);
252 mNotificationManager.notify(NOTIFICATION_ID, notification);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java96 private static final int NOTIFICATION_ID = 123; field in class:MessagingNotification
256 cancelNotification(context, NOTIFICATION_ID);
279 cancelNotification(context, NOTIFICATION_ID);
1064 nm.notify(NOTIFICATION_ID, notification);
/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmService.java100 private static final int NOTIFICATION_ID = 1; field in class:FmService
1785 startForeground(NOTIFICATION_ID, n);
1792 startForeground(NOTIFICATION_ID, notification);

Completed in 446 milliseconds