Searched refs:nm (Results 1 – 1 of 1) sorted by relevance
293 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in showNotification() local312 nm.notify(NOTIF_ID, n); in showNotification()316 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in removeNotification() local317 nm.cancel(NOTIF_ID); in removeNotification()