Searched refs:mNotification (Results 1 – 1 of 1) sorted by relevance
65 private Notification mNotification; field in ScriptingLayerService133 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()