Home | History | Annotate | Download | only in keychain

Lines Matching refs:notification

19 import android.app.Notification;
31 // A special ID assigned to this on-going notification.
38 * Start the SSL web server and set an on-going notification
49 * Stop the SSL web server and remove the on-going notification
67 * Create an on-going notification. It will stop the server when the user
68 * clicks on the notification.
71 Log.d(TAG, "Create an ongoing notification");
78 Notification notification = new Notification.Builder(this).
86 startForeground(ONGOING_NOTIFICATION, notification);