Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java293 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in showNotification() local
312 nm.notify(NOTIF_ID, n); in showNotification()
316 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in removeNotification() local
317 nm.cancel(NOTIF_ID); in removeNotification()