Home
last modified time | relevance | path

Searched defs:groupId (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAudioTest.java103 public void onCodecConfigChanged(int groupId, in onCodecConfigChanged()
110 public void onGroupNodeAdded(BluetoothDevice device, int groupId) { in onGroupNodeAdded()
116 public void onGroupNodeRemoved(BluetoothDevice device, int groupId) { in onGroupNodeRemoved()
122 public void onGroupStatusChanged(int groupId, int groupStatus) { in onGroupStatusChanged()
128 public void onGroupStreamStatusChanged(int groupId, int groupStreamStatus) { in onGroupStreamStatusChanged()
366 int groupId = 1; in getConnectedGroupLeadDevice() local
DBluetoothCsipSetCoordinatorTest.java88 public void onGroupLockSet(int groupId, int opStatus, boolean isLocked) { in onGroupLockSet()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyGroups.java85 String groupId = null; in parse() local
171 public PowerPolicyGroupDef getGroup(String groupId) { in getGroup()
175 public boolean containsGroup(String groupId, PowerPolicyGroupDef expectedGroupDef) { in containsGroup()
189 private PowerPolicyGroupDef(String groupId, String waitForVHALPolicy, String onPolicy) { in PowerPolicyGroupDef()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39704/src/android/security/cts/CVE_2021_39704/
DPocService.java58 final String groupId = getString(R.string.groupId); in exploitBug() local
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContacts_PeopleTest.java132 int groupId = cursor.getInt(GROUPS_ID_INDEX); in testAddToGroup() local
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewTest.java689 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId()
693 public long getCombinedGroupId(long groupId) { in getCombinedGroupId()
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java694 public void onGroupVolumeChanged(int zoneId, int groupId, int flags) { in onGroupVolumeChanged()
703 public void onGroupMuteChanged(int zoneId, int groupId, int flags) { in onGroupMuteChanged()
DCarAudioManagerTest.java2025 private void setVolumeGroupMute(int zoneId, int groupId, boolean mute) { in setVolumeGroupMute()