Home | History | Annotate | Download | only in phone

Lines Matching full:notificationinfo

306         private class NotificationInfo {
351 NotificationInfo n = getNotificationInfo (cursor);
369 NotificationInfo n = (NotificationInfo) cookie;
417 NotificationInfo n = (NotificationInfo) cookie;
422 * Factory method to generate a NotificationInfo object given a
425 private final NotificationInfo getNotificationInfo(Cursor cursor) {
426 NotificationInfo n = new NotificationInfo();
441 if (DBG) log("NotificationInfo constructed for number: " + n.number);