Home
last modified time | relevance | path

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

/developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
DMainActivity.java104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in createNotification() local
105 nm.notify(0, notification); in createNotification()