Home | History | Annotate | Download | only in phone

Lines Matching full:notification

19 import android.app.Notification;
44 * Application service that inserts/removes Emergency Callback Mode notification and
45 * updates Emergency Callback Mode countdown clock in the notification
101 // Unregister ECM timer reset notification
104 // Cancel the notification and timer
133 * Start timer notification for Emergency Callback Mode
140 // Show the notification
143 // Start countdown timer for the notification updates
161 * Shows notification for Emergency Callback Mode
166 Notification notification = new Notification(
171 // this notification
175 // Format notification string
185 // Set the info in the notification
186 notification.setLatestEventInfo(this, getText(R.string.phone_in_ecm_notification_title),
189 notification.flags = Notification.FLAG_ONGOING_EVENT;
191 // Show notification
192 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification);
196 * Handle ECM_TIMER_RESET notification