/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
H A D | LeAudioService.java | 218 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 D | ActionMenu.java | 212 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 D | MenuAdapter.java | 85 final int currGroupId = getItem(position).getGroupId(); in getView() 87 position - 1 >= 0 ? getItem(position - 1).getGroupId() : currGroupId; in getView()
|
H A D | MenuBuilder.java | 530 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 D | android_media_AudioProductStrategies.cpp | 91 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 D | FingerprintUserState.java | 67 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 D | CountMetricsTests.java | 412 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 D | DisplayGroup.java | 40 int getGroupId() { in getGroupId() method in DisplayGroup
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/ |
H A D | GroupMetaData.java | 61 public long getGroupId() { in getGroupId() method in GroupMetaData
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ExpandableListAdapter.java | 83 long getGroupId(int groupPosition); in getGroupId() method
|
H A D | ExpandableListConnector.java | 422 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 D | AudioAttributes.h | 45 volume_group_t getGroupId() const { return mGroupId; } in getGroupId() function
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/ |
H A D | GroupListItem.java | 59 public long getGroupId() { in getGroupId() method in GroupListItem
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioAttributes.cpp | 52 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 D | GroupMembershipView.java | 76 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 D | MenuTest.java | 58 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 D | Fingerprint.java | 47 public int getGroupId() { in getGroupId() method in Fingerprint
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothLeAudio.aidl | 56 int getGroupId(in BluetoothDevice device, in AttributionSource attributionSource); in getGroupId() method
|
/aosp12/frameworks/base/core/java/android/hardware/display/ |
H A D | WifiDisplaySessionInfo.java | 79 public String getGroupId() { in getGroupId() method in WifiDisplaySessionInfo
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothLeAudio.java | 364 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 D | VCardDetailAdapter.java | 85 public long getGroupId(final int groupPosition) { in getGroupId() method in VCardDetailAdapter
|
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/ |
H A D | ClientProfile.java | 137 public int getGroupId() { in getGroupId() method in ClientProfile
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/ |
H A D | BenchmarkListAdapter.java | 72 public long getGroupId(int groupPosition) { in getGroupId() method in BenchmarkListAdapter
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/ |
H A D | CarVolumeItem.java | 90 public int getGroupId() { in getGroupId() method in CarVolumeItem
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | MenuItem.java | 138 public int getGroupId(); in getGroupId() method
|