Searched refs:groups (Results 1 – 5 of 5) sorted by relevance
733 int[] groups = new int[supportedModes.length];734 for (int i = 0; i < groups.length; i++) {735 groups[i] = i;761 for (int k = 0; k < groups.length; k++) {762 if (groups[k] == groups[matchingModeIdx]) {763 groups[k] = groups[i];771 if (i != j && groups[i] == groups[j]) {
126 List<MyGroup> groups = mActivity.getGroups(); in testExpandedGroupMovement() local128 groups.add(0, insertedGroup); in testExpandedGroupMovement()
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()
303 List<NotificationChannelGroup> groups = mNotificationManager.getNotificationChannelGroups(); in tearDown() local305 for (NotificationChannelGroup ncg : groups) { in tearDown()