Searched refs:oldInfo (Results 1 – 2 of 2) sorted by relevance
769 NotificationInfo oldInfo = eventIds.get(eventId); in processQuery() local770 long oldBeginTimeAdjustedForAllDay = oldInfo.startMillis; in processQuery()773 oldInfo.startMillis, tz); in processQuery()798 highPriorityEvents.remove(oldInfo); in processQuery()799 mediumPriorityEvents.remove(oldInfo); in processQuery()801 Log.d(TAG, "Dropping alert for recurring event ID:" + oldInfo.eventId in processQuery()802 + ", startTime:" + oldInfo.startMillis in processQuery()
60 public static boolean isUpdateRequired(CallForwardInfo oldInfo, CallForwardInfo newInfo) { in isUpdateRequired() argument61 if (oldInfo == null) { in isUpdateRequired()66 && oldInfo.status == CALL_FORWARD_INFO_INACTIVE_STATUS) { in isUpdateRequired()