Searched refs:groups (Results 1 – 9 of 9) sorted by relevance
57 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>()
72 List<AudioVolumeGroup> groups = AudioManager.getAudioVolumeGroups(); in testVolGroupParcelableWriteToParcelCreate() local73 if (groups.isEmpty()) { in testVolGroupParcelableWriteToParcelCreate()77 final AudioVolumeGroup group = groups.get(0); in testVolGroupParcelableWriteToParcelCreate()
57 // Modify the manifest file to include more than 500 MIME groups. The resulting59 // number of MIME groups is limited to a maximum of 500 per package.
136 List<MyGroup> groups = mActivity.getGroups(); in testExpandedGroupMovement() local138 groups.add(0, insertedGroup); in testExpandedGroupMovement()
867 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]) {
10 The list of all available groups:
8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
169 List<NotificationChannelGroup> groups = mNotificationManager.getNotificationChannelGroups(); in baseTearDown() local171 for (NotificationChannelGroup ncg : groups) { in baseTearDown()
733 public void onPersistentGroupInfoAvailable(WifiP2pGroupList groups) { in getPersistentGroups()735 MY_RESPONSE.persistentGroups = groups; in getPersistentGroups()