Searched refs:groupList (Results 1 – 3 of 3) sorted by relevance
449 final ArrayList<Event> groupList = new ArrayList<Event>(); in doComputePositions() local472 for (Event ev : groupList) { in doComputePositions()477 groupList.clear(); in doComputePositions()488 groupList.add(event); in doComputePositions()493 for (Event ev : groupList) { in doComputePositions()
412 final List<WifiP2pGroup> groupList = new ArrayList<>(); in persistentController_withOneGroup_shouldBeAvailable() local413 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() local429 doReturn(groupList).when(wifiP2pGroupList).getGroupList(); in persistentController_withNoGroup_shouldBeUnavailable()
350 List<NotificationGroup> groupList = new ArrayList<>(groupedNotifications.values()); in group() local351 groupList.removeIf( in group()364 groupList.forEach( in group()