Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:Notification

19 import android.app.Notification;
68 // Put up a notification that leads to the dialog
78 Notification notification = new Notification(android.R.drawable.stat_sys_data_bluetooth,
81 notification.setLatestEventInfo(context,
85 notification.flags = Notification.FLAG_AUTO_CANCEL | Notification.FLAG_ONLY_ALERT_ONCE;
86 notification.defaults = Notification.DEFAULT_SOUND;
87 notification.deleteIntent = PendingIntent.getBroadcast(context, 0, deleteIntent, 0);
91 notificationManager.notify(NOTIFICATION_ID, notification);
94 // Remove the notification