Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java47 protected NotificationManager getNotificationManager() { in getNotificationManager() method in ForegroundService
74 getNotificationManager().notify(mNotificationId, notification); in startForegroundCompat()
96 getNotificationManager().cancel(mNotificationId); in stopForegroundCompat()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java108 NotificationManager notificationManager = getNotificationManager(); in createNotificationChannel()
162 getNotificationManager().notify(NOTIFICATION_ID, mNotification); in updateNotification()
DTriggerService.java108 NotificationManager notificationManager = getNotificationManager(); in createNotificationChannel()