Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java65 private Notification mNotification; field in ScriptingLayerService
133 mNotification = builder.build(); in createNotification()
134 mNotification.flags = Notification.FLAG_NO_CLEAR | Notification.FLAG_ONGOING_EVENT; in createNotification()
135 return mNotification; in createNotification()
139 if (tickerText.equals(mNotification.tickerText)) { in updateNotification()
156 .setWhen(mNotification.when) in updateNotification()
159 mNotification = builder.build(); in updateNotification()
160 getNotificationManager().notify(NOTIFICATION_ID, mNotification); in updateNotification()