Home
last modified time | relevance | path

Searched refs:groupList (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEvent.java449 final ArrayList<Event> groupList = new ArrayList<Event>(); in doComputePositions() local
472 for (Event ev : groupList) { in doComputePositions()
477 groupList.clear(); in doComputePositions()
488 groupList.add(event); in doComputePositions()
493 for (Event ev : groupList) { in doComputePositions()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
DWifiP2pSettingsTest.java412 final List<WifiP2pGroup> groupList = new ArrayList<>(); in persistentController_withOneGroup_shouldBeAvailable() local
413 groupList.add(mWifiP2pGroup); in persistentController_withOneGroup_shouldBeAvailable()
415 doReturn(groupList).when(wifiP2pGroupList).getGroupList(); in persistentController_withOneGroup_shouldBeAvailable()
428 final List<WifiP2pGroup> groupList = new ArrayList<>(); in persistentController_withNoGroup_shouldBeUnavailable() local
429 doReturn(groupList).when(wifiP2pGroupList).getGroupList(); in persistentController_withNoGroup_shouldBeUnavailable()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java350 List<NotificationGroup> groupList = new ArrayList<>(groupedNotifications.values()); in group() local
351 groupList.removeIf( in group()
364 groupList.forEach( in group()