Searched refs:otherDurations (Results 1 – 3 of 3) sorted by relevance
102 LinkedList<T> add(LinkedList<T> durations, LinkedList<T> otherDurations) { in add() argument103 if (otherDurations == null || otherDurations.size() == 0) { in add()107 return (LinkedList<T>) otherDurations.clone(); in add()110 final Iterator<T> itr = otherDurations.iterator(); in add()145 || otherDurations.mEvents.length <= otherIndex in subtract()146 || otherDurations.mEvents[otherIndex] == null) { in subtract()159 void subtract(BaseAppStateDurations otherDurations, int otherIndex) { in subtract() argument160 if (otherDurations.mEvents.length <= otherIndex in subtract()161 || otherDurations.mEvents[otherIndex] == null) { in subtract()179 if (otherDurations == null || otherDurations.size() == 0 in subtract()[all …]
41 LinkedList<T> add(LinkedList<T> durations, LinkedList<T> otherDurations) { in add() argument42 if (otherDurations == null || otherDurations.size() == 0) { in add()46 return (LinkedList<T>) otherDurations.clone(); in add()49 final Iterator<T> itr = otherDurations.iterator(); in add()
309 LinkedList<UidStateEventWithBattery> otherDurations) { in add() argument310 if (otherDurations == null || otherDurations.size() == 0) { in add()314 return (LinkedList<UidStateEventWithBattery>) otherDurations.clone(); in add()317 final Iterator<UidStateEventWithBattery> itr = otherDurations.iterator(); in add()