Home
last modified time | relevance | path

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

/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/tests/display/src/android/display/cts/
DDisplayTest.java786 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]) {
/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.java304 List<NotificationChannelGroup> groups = mNotificationManager.getNotificationChannelGroups(); in tearDown() local
306 for (NotificationChannelGroup ncg : groups) { in tearDown()