Home
last modified time | relevance | path

Searched refs:activeList (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEvent.java448 final ArrayList<Event> activeList = new ArrayList<Event>(); in doComputePositions() local
464 event, activeList.iterator(), minimumDurationMillis, colMask); in doComputePositions()
466 colMask = removeAlldayActiveEvents(event, activeList.iterator(), colMask); in doComputePositions()
471 if (activeList.isEmpty()) { in doComputePositions()
487 activeList.add(event); in doComputePositions()
489 int len = activeList.size(); in doComputePositions()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipSettings.java252 SipProfile[] activeList = mSipManager.getListOfProfiles(); in processActiveProfilesFromSipService() local
253 for (SipProfile activeProfile : activeList) { in processActiveProfilesFromSipService()