Searched defs:NOTIFICATION_ID (Results 1 - 6 of 6) 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
254 int notificationId = NOTIFICATION_ID;
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationShowcaseActivity.java30 private static final int NOTIFICATION_ID = 31338; field in class:NotificationShowcaseActivity
220 mNoMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
226 mNoMa.cancel(NOTIFICATION_ID + i);
/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/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);
1005 nm.notify(NOTIFICATION_ID, notification);

Completed in 128 milliseconds