Home | History | Annotate | Download | only in dictionarypack

Lines Matching refs:Notification

22 import android.app.Notification;
93 // The id for the "dictionary available" notification.
840 * Shows the notification that informs the user a dictionary is available.
842 * When this notification is clicked, the dialog for downloading the dictionary
869 final Notification notification = new Notification.Builder(context)
879 notificationManager.notify(DICT_AVAILABLE_NOTIFICATION_ID, notification);