Home
last modified time | relevance | path

Searched refs:notificationManager (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessageReadReceiver.java38 NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context); in onReceive() local
39 notificationManager.cancel(conversationId); in onReceive()
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
DMainActivity.java96 NotificationManager notificationManager = (NotificationManager) getSystemService( in sendNotification() local
98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java261 final NotificationManager notificationManager = (NotificationManager) getSystemService( in showNotification() local
299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification()); in showNotification()