Home
last modified time | relevance | path

Searched defs:NOTIFICATION_ID (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java39 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPermissionRequest
159 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive() local
168 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive() local
DBluetoothPairingRequest.java40 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPairingRequest
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationService.java48 public static final int NOTIFICATION_ID = 31338; field in NotificationService
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java54 static final int NOTIFICATION_ID = 1; field in CellBroadcastAlertService
/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java51 private static final int NOTIFICATION_ID = 1; field in DefaultVoicemailNotifier
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java35 private static final int NOTIFICATION_ID = Integer.MAX_VALUE - 1; field in StopwatchService
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java96 private static final int NOTIFICATION_ID = 123; field in MessagingNotification