Home
last modified time | relevance | path

Searched refs:getGroupId (Results 1 – 25 of 57) sorted by relevance

123

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioService.java218 int groupId = getGroupId(device); in connect()
241 if (getGroupId(storedDevice) != groupId) { in connect()
281 int groupId = getGroupId(device); in disconnect()
287 if (getGroupId(storedDevice) != groupId) { in disconnect()
557 if (getGroupId(peerDevice) == groupId) { in getConnectedPeerDevices()
573 int myGroupId = getGroupId(device); in connectionStateChanged()
587 int myGroupId = getGroupId(device); in connectionStateChanged()
703 public int getGroupId(BluetoothDevice device) { in getGroupId() method in LeAudioService
828 public int getGroupId(BluetoothDevice device, AttributionSource source) { in getGroupId() method in LeAudioService.BluetoothLeAudioBinder
835 return service.getGroupId(device); in getGroupId()
/aosp12/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java212 if (items.get(i).getGroupId() == groupId) { in removeGroup()
232 if (item.getGroupId() == group) { in setGroupCheckable()
245 if (item.getGroupId() == group) { in setGroupEnabled()
257 if (item.getGroupId() == group) { in setGroupVisible()
H A DMenuAdapter.java85 final int currGroupId = getItem(position).getGroupId(); in getView()
87 position - 1 >= 0 ? getItem(position - 1).getGroupId() : currGroupId; in getView()
H A DMenuBuilder.java530 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { in removeGroup()
582 final int group = item.getGroupId(); in setExclusiveItemChecked()
587 if (curItem.getGroupId() == group) { in setExclusiveItemChecked()
602 if (item.getGroupId() == group) { in setGroupCheckable()
618 if (item.getGroupId() == group) { in setGroupVisible()
631 if (item.getGroupId() == group) { in setGroupEnabled()
695 if (item.getGroupId() == group) { in findGroupIndex()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioProductStrategies.cpp91 int groupId = attr.getGroupId(); in convertAudioProductStrategiesFromNative()
96 return frontAttr.getGroupId() == groupId && frontAttr.getStreamType() == streamType; in convertAudioProductStrategiesFromNative()
113 jint jGroupId = audioAttributesGroups.front().getGroupId(); in convertAudioProductStrategiesFromNative()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintUserState.java67 result.add(new Fingerprint(fp.getName(), fp.getGroupId(), fp.getBiometricId(), in getCopy()
89 serializer.attributeInt(null, ATTR_GROUP_ID, fp.getGroupId()); in doWriteState()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DCountMetricsTests.java412 Long.compare(data1.getSliceByState(0).getGroupId(),
413 data2.getSliceByState(0).getGroupId())
420 assertThat(data.getSliceByState(0).getGroupId())
430 assertThat(data.getSliceByState(0).getGroupId())
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayGroup.java40 int getGroupId() { in getGroupId() method in DisplayGroup
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/
H A DGroupMetaData.java61 public long getGroupId() { in getGroupId() method in GroupMetaData
/aosp12/frameworks/base/core/java/android/widget/
H A DExpandableListAdapter.java83 long getGroupId(int groupPosition); in getGroupId() method
H A DExpandableListConnector.java422 final long groupId = mExpandableListAdapter.getGroupId(posMetadata.position.groupPos); in getItemId()
683 mExpandableListAdapter.getGroupId(posMetadata.position.groupPos)); in expandGroup()
821 rowId = adapter.getGroupId(seedGroupPosition); in findGroupPosition()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioAttributes.h45 volume_group_t getGroupId() const { return mGroupId; } in getGroupId() function
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java59 public long getGroupId() { in getGroupId() method in GroupListItem
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioAttributes.cpp52 aidl.groupId = VALUE_OR_RETURN(legacy2aidl_volume_group_t_int32_t(legacy.getGroupId())); in legacy2aidl_AudioAttributes_AudioAttributesEx()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java76 public long getGroupId() { in getGroupId() method in GroupMembershipView.GroupSelectionItem
436 long groupId = item.getGroupId(); in onItemClick()
452 if (groupId == item.getGroupId()) { in isGroupChecked()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DMenuTest.java58 Assert.assertEquals(groupId, item.getGroupId()); in testGroupId()
59 Assert.assertEquals(groupId, item2.getGroupId()); in testGroupId()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprint.java47 public int getGroupId() { in getGroupId() method in Fingerprint
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothLeAudio.aidl56 int getGroupId(in BluetoothDevice device, in AttributionSource attributionSource); in getGroupId() method
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java79 public String getGroupId() { in getGroupId() method in WifiDisplaySessionInfo
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothLeAudio.java364 public int getGroupId(@NonNull BluetoothDevice device) { in getGroupId() method in BluetoothLeAudio
369 return service.getGroupId(device, mAttributionSource); in getGroupId()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVCardDetailAdapter.java85 public long getGroupId(final int groupPosition) { in getGroupId() method in VCardDetailAdapter
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DClientProfile.java137 public int getGroupId() { in getGroupId() method in ClientProfile
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DBenchmarkListAdapter.java72 public long getGroupId(int groupPosition) { in getGroupId() method in BenchmarkListAdapter
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/
H A DCarVolumeItem.java90 public int getGroupId() { in getGroupId() method in CarVolumeItem
/aosp12/frameworks/base/core/java/android/view/
H A DMenuItem.java138 public int getGroupId(); in getGroupId() method

123