Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DForegroundService.java30 private final int mNotificationId; field in ForegroundService
39 mNotificationId = id; in ForegroundService()
61 mStartForegroundArgs[0] = Integer.valueOf(mNotificationId); in startForegroundCompat()
74 getNotificationManager().notify(mNotificationId, notification); in startForegroundCompat()
96 getNotificationManager().cancel(mNotificationId); in stopForegroundCompat()