Searched defs:NOTIFICATION_ID (Results 1 - 7 of 7) 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
97 manager.notify(NOTIFICATION_ID, builder.getNotification());
105 manager.cancel(NOTIFICATION_ID);
H A DBluetoothPermissionRequest.java39 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in class:BluetoothPermissionRequest
113 notificationManager.notify(NOTIFICATION_ID, notification);
119 manager.cancel(NOTIFICATION_ID);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java54 static final int NOTIFICATION_ID = 1; field in class:CellBroadcastAlertService
357 PendingIntent pi = PendingIntent.getActivity(this, NOTIFICATION_ID, intent,
383 notificationManager.notify(NOTIFICATION_ID, builder.build());
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java38 private static final int NOTIFICATION_ID = Integer.MAX_VALUE - 1; field in class:StopwatchService
123 mNotificationManager.cancel(NOTIFICATION_ID);
133 mNotificationManager.cancel(NOTIFICATION_ID);
239 mNotificationManager.notify(NOTIFICATION_ID, notification);
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DDefaultVoicemailNotifier.java51 private static final int NOTIFICATION_ID = 1; field in class:DefaultVoicemailNotifier
193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
205 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationShowcaseActivity.java34 private static final int NOTIFICATION_ID = 31338; field in class:NotificationShowcaseActivity
84 noMa.notify(NOTIFICATION_ID + id,
118 noMa.notify(NOTIFICATION_ID + id,
365 mNoMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
371 mNoMa.cancel(NOTIFICATION_ID + i);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java94 private static final int NOTIFICATION_ID = 123; field in class:MessagingNotification
267 cancelNotification(context, NOTIFICATION_ID);
1029 nm.notify(NOTIFICATION_ID, notification);

Completed in 279 milliseconds