Lines Matching full:note
280 // Note that CursorJoiner is not useable here because the number
370 private static void configureLedNotification(Notification note) {
371 note.flags |= Notification.FLAG_SHOW_LIGHTS;
372 note.defaults |= Notification.DEFAULT_LIGHTS;
417 Notification note = new Notification(mContext, // context
425 configureLedNotification(note);
426 mNotificationMgr.notify(MISSED_CALL_NOTIFICATION, note);
532 // Note we can't just bail out now if (resId == mInCallResId),
594 // Note this isn't a format string! (We want "On hold" here,