Searched refs:groups (Results 1 – 5 of 5) sorted by relevance
126 List<MyGroup> groups = mActivity.getGroups(); in testExpandedGroupMovement() local128 groups.add(0, insertedGroup); in testExpandedGroupMovement()
786 int[] groups = new int[supportedModes.length];787 for (int i = 0; i < groups.length; i++) {788 groups[i] = i;814 for (int k = 0; k < groups.length; k++) {815 if (groups[k] == groups[matchingModeIdx]) {816 groups[k] = groups[i];824 if (i != j && groups[i] == groups[j]) {
8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
613 public void onPersistentGroupInfoAvailable(WifiP2pGroupList groups) { in getPersistentGroups()615 mMyResponse.persistentGroups = groups; in getPersistentGroups()
304 List<NotificationChannelGroup> groups = mNotificationManager.getNotificationChannelGroups(); in tearDown() local306 for (NotificationChannelGroup ncg : groups) { in tearDown()