Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java733 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]) {
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewBasicTest.java126 List<MyGroup> groups = mActivity.getGroups(); in testExpandedGroupMovement() local
128 groups.add(0, insertedGroup); in testExpandedGroupMovement()
/cts/tests/jdwp/runner/host-side/resources/expectations/
Dexternal_oj_libjdwp_art_failures.txt8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConcurrencyTest.java613 public void onPersistentGroupInfoAvailable(WifiP2pGroupList groups) { in getPersistentGroups()
615 mMyResponse.persistentGroups = groups; in getPersistentGroups()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java303 List<NotificationChannelGroup> groups = mNotificationManager.getNotificationChannelGroups(); in tearDown() local
305 for (NotificationChannelGroup ncg : groups) { in tearDown()