Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/broadcasts/
DAdbActivitiesParser33.kt57 matchResult.groups["action"]?.let { intent.action = it.value } in <lambda>()
58 matchResult.groups["data"]?.let { intent.data = it.value } in <lambda>()
59 matchResult.groups["flags"]?.let { intent.flags = in <lambda>()
61 matchResult.groups["pkg"]?.let { intent.pkg = it.value } in <lambda>()
62 matchResult.groups["cmp"]?.let { in <lambda>()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVolumeInfoTest.java72 List<AudioVolumeGroup> groups = AudioManager.getAudioVolumeGroups(); in testVolGroupParcelableWriteToParcelCreate() local
73 if (groups.isEmpty()) { in testVolGroupParcelableWriteToParcelCreate()
77 final AudioVolumeGroup group = groups.get(0); in testVolGroupParcelableWriteToParcelCreate()
/cts/hostsidetests/securitybulletin/test-apps/BUG-237291548/
DAndroid.bp57 // Modify the manifest file to include more than 500 MIME groups. The resulting
59 // number of MIME groups is limited to a maximum of 500 per package.
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewBasicTest.java136 List<MyGroup> groups = mActivity.getGroups(); in testExpandedGroupMovement() local
138 groups.add(0, insertedGroup); in testExpandedGroupMovement()
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java867 int[] groups = new int[supportedModes.length];
868 for (int i = 0; i < groups.length; i++) {
869 groups[i] = i;
895 for (int k = 0; k < groups.length; k++) {
896 if (groups[k] == groups[matchingModeIdx]) {
897 groups[k] = groups[i];
905 if (i != j && groups[i] == groups[j]) {
/cts/tests/sample/
DREADME10 The list of all available groups:
/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/notification/src/android/app/notification/current/cts/
DBaseNotificationManagerTest.java169 List<NotificationChannelGroup> groups = mNotificationManager.getNotificationChannelGroups(); in baseTearDown() local
171 for (NotificationChannelGroup ncg : groups) { in baseTearDown()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConcurrencyTest.java733 public void onPersistentGroupInfoAvailable(WifiP2pGroupList groups) { in getPersistentGroups()
735 MY_RESPONSE.persistentGroups = groups; in getPersistentGroups()