Home
last modified time | relevance | path

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

12345

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java115 void onGroupStatus(int groupId, int groupStatus) { in onGroupStatus()
126 void onGroupNodeStatus(byte[] address, int groupId, int nodeStatus) { in onGroupNodeStatus()
140 int groupId, in onAudioConf()
184 int groupId, in onAudioGroupCurrentCodecConf()
201 int groupId, in onAudioGroupSelectableCodecConf()
228 void onHealthBasedGroupRecommendationAction(int groupId, int action) { in onHealthBasedGroupRecommendationAction()
251 void onGroupStreamStatus(int groupId, int groupStreamStatus) { in onGroupStreamStatus()
312 public boolean groupAddNode(int groupId, BluetoothDevice device) { in groupAddNode()
322 public boolean groupRemoveNode(int groupId, BluetoothDevice device) { in groupRemoveNode()
331 public void groupSetActive(int groupId) { in groupSetActive()
[all …]
DLeAudioService.java555 Integer groupId = entry.getKey(); in stop() local
687 int getAudioDeviceGroupVolume(int groupId) { in getAudioDeviceGroupVolume()
736 int groupId = getGroupId(device); in connect() local
850 BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice()
957 boolean groupAddNode(int groupId, BluetoothDevice device) { in groupAddNode()
972 boolean groupRemoveNode(int groupId, BluetoothDevice device) { in groupRemoveNode()
986 public boolean isValidDeviceGroup(int groupId) { in isValidDeviceGroup()
1002 public List<BluetoothDevice> getGroupDevices(int groupId) { in getGroupDevices()
1031 int groupId = getGroupId(device); in getGroupDevices() local
1156 int groupId = getGroupId(sink); in getBroadcastAudioQualityPerSinkCapabilities() local
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudioCallback.aidl30 void onCodecConfigChanged(in int groupId, in BluetoothLeAudioCodecStatus status); in onCodecConfigChanged()
31 void onGroupNodeAdded(in BluetoothDevice device, int groupId); in onGroupNodeAdded()
32 void onGroupNodeRemoved(in BluetoothDevice device, int groupId); in onGroupNodeRemoved()
33 void onGroupStatusChanged(int groupId, int groupStatus); in onGroupStatusChanged()
34 void onGroupStreamStatusChanged(int groupId, int groupStreamStatus); in onGroupStreamStatusChanged()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
DCarAudioZoneVolumeFragment.java80 void sendVolumeChangedMessage(int groupId, int flags) { in sendVolumeChangedMessage()
84 void adjustVolumeUp(int groupId) { in adjustVolumeUp()
88 void adjustVolumeDown(int groupId) { in adjustVolumeDown()
114 int groupId = msg.arg1; in handleMessage() local
215 private void adjustVolumeByOne(int groupId, boolean up) { in adjustVolumeByOne()
245 private CarAudioZoneVolumeInfo getVolumeInfo(int groupId) { in getVolumeInfo()
249 public void toggleMute(int groupId) { in toggleMute()
262 void requestFocus(int groupId) { in requestFocus()
270 private void playRingtoneForGroup(int groupId, int flags) { in playRingtoneForGroup()
345 AudioFocusListener(int groupId) { in AudioFocusListener()
[all …]
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/media/
DCarAudioManagerTest.java162 int groupId = mCarAudioManager.getVolumeGroupIdForUsage(USAGE_MEDIA); in test_getVolumeGroupIdForUsage() local
179 int groupId = 0; in setVolumeGroupMute_toMute_mutesVolumeGroup() local
194 int groupId = 0; in setVolumeGroupMute_toUnMute_unMutesVolumeGroup() local
209 int groupId = mCarAudioManager.getVolumeGroupIdForUsage(USAGE_MEDIA); in setGroupVolume_whileMuted_unMutesVolumeGroup() local
232 int groupId = mCarAudioManager.getVolumeGroupIdForUsage(USAGE_MEDIA); in setGroupVolumeToZero_doesNotMuteVolumeGroup() local
252 int groupId = 0; in getGroupVolume_whileMuted_returnsMinVolume() local
269 int groupId = 0; in getGroupVolume_whileUnMuted_returnLastSetValue() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java124 public void groupSelectActivePreset(int groupId, int presetIndex) { in groupSelectActivePreset()
144 public void groupNextActivePreset(int groupId) { in groupNextActivePreset()
164 public void groupPreviousActivePreset(int groupId) { in groupPreviousActivePreset()
199 public void groupSetPresetName(int groupId, int presetIndex, String name) { in groupSetPresetName()
252 void onActivePresetGroupSelected(int groupId, int presetIndex) { in onActivePresetGroupSelected()
275 void onActivePresetGroupSelectError(int groupId, int resultCode) { in onActivePresetGroupSelectError()
299 void onGroupPresetInfo(int groupId, int infoReason, BluetoothHapPresetInfo[] presets) { in onGroupPresetInfo()
323 void onGroupPresetNameSetError(int groupId, int presetIndex, int resultCode) { in onGroupPresetNameSetError()
347 void onGroupPresetInfoError(int groupId, int presetIndex, int resultCode) { in onGroupPresetInfoError()
369 private native void groupSelectActivePresetNative(int groupId, int presetIndex); in groupSelectActivePresetNative()
[all …]
DHapClientService.java606 public void selectPresetForGroup(int groupId, int presetIndex) { in selectPresetForGroup()
649 public void switchToNextPresetForGroup(int groupId) { in switchToNextPresetForGroup()
667 public void switchToPreviousPresetForGroup(int groupId) { in switchToPreviousPresetForGroup()
765 private void notifyPresetInfoForGroupChanged(int groupId, int infoReason) { in notifyPresetInfoForGroupChanged()
793 private void notifyActivePresetChangedForGroup(int groupId, int presetIndex, int reasonCode) { in notifyActivePresetChangedForGroup()
838 private void notifySelectActivePresetForGroupFailed(int groupId, int statusCode) { in notifySelectActivePresetForGroupFailed()
872 private void notifySetPresetNameForGroupFailed(int groupId, int statusCode) { in notifySetPresetNameForGroupFailed()
903 private boolean isPresetIndexValid(int groupId, int presetIndex) { in isPresetIndexValid()
913 private boolean isGroupIdValid(int groupId) { in isGroupIdValid()
963 public void setPresetNameForGroup(int groupId, int presetIndex, String name) { in setPresetNameForGroup()
[all …]
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ui/
DMediaVolumeStatusIconControllerTest.java128 int groupId = 10; in onGroupVolumeChanged_whenZoneIdAndGroupIdAreSame_updateStatus() local
142 int groupId = 10; in onGroupVolumeChanged_whenZoneIdIsNotSame_doNotUpdateStatus() local
157 int groupId = 9; in onGroupVolumeChanged_whenGroupIdIsNotSame_doNotUpdateStatus() local
171 int groupId = 10; in onGroupMuteChanged_whenZoneIdAndGroupIdAreSame_updateStatus() local
185 int groupId = 10; in onGroupMuteChanged_whenZoneIdIsNotSame_doNotUpdateStatus() local
200 int groupId = 9; in onGroupMuteChanged_whenGroupIdIsNotSame_doNotUpdateStatus() local
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioSettings.java52 int groupId) { in getStoredVolumeGainIndexForUser()
57 void storeVolumeGainIndexForUser(@UserIdInt int userId, int zoneId, int configId, int groupId, in storeVolumeGainIndexForUser()
75 void storeVolumeGroupMuteForUser(@UserIdInt int userId, int zoneId, int configId, int groupId, in storeVolumeGroupMuteForUser()
82 int groupId) { in getVolumeGroupMuteForUser()
113 private static String getVolumeSettingsKeyForGroup(int zoneId, int configId, int groupId) { in getVolumeSettingsKeyForGroup()
118 private static String getMuteSettingsKeyForGroup(int zoneId, int configId, int groupId) { in getMuteSettingsKeyForGroup()
124 int groupId) { in getFormattedZoneIdAndGroupIdKey()
DCarVolumeInfoWrapper.java43 public int getGroupVolume(int zoneId, int groupId) { in getGroupVolume()
47 public int getGroupMinVolume(int zoneId, int groupId) { in getGroupMinVolume()
51 public int getGroupMaxVolume(int zoneId, int groupId) { in getGroupMaxVolume()
55 public boolean isVolumeGroupMuted(int zoneId, int groupId) { in isVolumeGroupMuted()
63 public CarVolumeGroupInfo getVolumeGroupInfo(int zoneId, int groupId) { in getVolumeGroupInfo()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1165 private void generateGroupNodeAdded(BluetoothDevice device, int groupId) { in generateGroupNodeAdded()
1174 private void generateGroupNodeRemoved(BluetoothDevice device, int groupId) { in generateGroupNodeRemoved()
1342 int groupId = 1; in testGroupAddRemoveNode() local
1354 int groupId = 1; in testSetActiveDeviceGroup() local
1405 int groupId = 1; in testSetActiveDeviceGroupTwice() local
1469 int groupId = 1; in testSetActiveDeviceGroupWithNoContextTypes() local
1613 int groupId = 1; in testSetActiveDeviceGroupWithoutRingtoneContext() local
1662 int groupId = 1; in testUpdateUnicastFallbackActiveDeviceGroupDuringBroadcast() local
1705 int groupId = 1; in testGetActiveDevices() local
1762 private void injectGroupStatusChange(int groupId, int groupStatus) { in injectGroupStatusChange()
[all …]
DLeAudioNativeInterfaceTest.java75 int groupId = 1; in onGroupNodeStatus() local
89 int groupId = 1; in onAudioConf() local
135 int groupId = 1; in onAudioGroupCurrentCodecConf() local
150 int groupId = 1; in onAudioGroupSelectableCodecConf() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java491 int groupId, @NonNull IBluetoothCsipSetCoordinatorLockCallback callback) { in lockGroup()
560 public boolean isGroupLocked(int groupId) { in isGroupLocked()
614 public @NonNull List<BluetoothDevice> getGroupDevicesOrdered(int groupId) { in getGroupDevicesOrdered()
656 public int getDesiredGroupSize(int groupId) { in getDesiredGroupSize()
662 BluetoothDevice device, int groupId, int rank, UUID uuid, int groupSize) { in handleDeviceAvailable()
683 private void disableCsipIfNeeded(int groupId) { in disableCsipIfNeeded()
732 int groupId) in executeCallback()
744 private void handleSetMemberAvailable(BluetoothDevice device, int groupId) { in handleSetMemberAvailable()
764 executeCallback(entry.getKey(), entry.getValue(), device, groupId); in handleSetMemberAvailable() local
790 void handleGroupLockChanged(int groupId, int status, boolean isLocked) { in handleGroupLockChanged()
[all …]
DCsipSetCoordinatorNativeInterface.java150 byte[] address, int groupId, int groupSize, int rank, long uuidLsb, long uuidMsb) { in onDeviceAvailable()
171 public void onSetMemberAvailable(byte[] address, int groupId) { in onSetMemberAvailable()
189 public void onGroupLockChanged(int groupId, boolean locked, int status) { in onGroupLockChanged()
207 public void groupLockSet(int groupId, boolean lock) { in groupLockSet()
220 private native void groupLockSetNative(int groupId, boolean lock); in groupLockSetNative()
/packages/services/Car/car-lib/src/android/car/media/
DCarAudioManager.java474 public void setGroupVolume(int groupId, int index, int flags) { in setGroupVolume()
491 public void setGroupVolume(int zoneId, int groupId, int index, int flags) { in setGroupVolume()
507 public int getGroupMaxVolume(int groupId) { in getGroupMaxVolume()
521 public int getGroupMaxVolume(int zoneId, int groupId) { in getGroupMaxVolume()
537 public int getGroupMinVolume(int groupId) { in getGroupMinVolume()
551 public int getGroupMinVolume(int zoneId, int groupId) { in getGroupMinVolume()
567 public int getGroupVolume(int groupId) { in getGroupVolume()
584 public int getGroupVolume(int zoneId, int groupId) { in getGroupVolume()
787 public @NonNull int[] getUsagesForVolumeGroupId(int groupId) { in getUsagesForVolumeGroupId()
808 public CarVolumeGroupInfo getVolumeGroupInfo(int zoneId, int groupId) { in getVolumeGroupInfo()
[all …]
DICarAudio.aidl41 void setGroupVolume(int zoneId, int groupId, int index, int flags); in setGroupVolume()
42 int getGroupMaxVolume(int zoneId, int groupId); in getGroupMaxVolume()
43 int getGroupMinVolume(int zoneId, int groupId); in getGroupMinVolume()
44 int getGroupVolume(int zoneId, int groupId); in getGroupVolume()
55 int[] getUsagesForVolumeGroupId(int zoneId, int groupId); in getUsagesForVolumeGroupId()
62 boolean isVolumeGroupMuted(int zoneId, int groupId); in isVolumeGroupMuted()
63 void setVolumeGroupMute(int zoneId, int groupId, boolean mute, int flags); in setVolumeGroupMute()
64 CarVolumeGroupInfo getVolumeGroupInfo(int zoneId, int groupId); in getVolumeGroupInfo()
/packages/apps/Contacts/tests/src/com/android/contacts/
DGroupsDaoIntegrationTests.java108 final long groupId = ContentUris.parseId(groupUri); in test_deleteNonEmptyGroup_removesGroupAndMembers() local
109 addMemberToGroup(ContentUris.parseId(createRawContact()), groupId); in test_deleteNonEmptyGroup_removesGroupAndMembers() local
110 addMemberToGroup(ContentUris.parseId(createRawContact()), groupId); in test_deleteNonEmptyGroup_removesGroupAndMembers() local
134 final long groupId = ContentUris.parseId(groupUri); in test_undoDeleteNonEmptyGroup_restoresGroupAndMembers() local
135 addMemberToGroup(ContentUris.parseId(createRawContact()), groupId); in test_undoDeleteNonEmptyGroup_restoresGroupAndMembers() local
136 addMemberToGroup(ContentUris.parseId(createRawContact()), groupId); in test_undoDeleteNonEmptyGroup_restoresGroupAndMembers() local
243 private Uri addMemberToGroup(long rawContactId, long groupId) { in addMemberToGroup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java104 void onCodecConfigChanged(int groupId, @NonNull BluetoothLeAudioCodecStatus status); in onCodecConfigChanged()
115 void onGroupNodeAdded(@NonNull BluetoothDevice device, int groupId); in onGroupNodeAdded()
126 void onGroupNodeRemoved(@NonNull BluetoothDevice device, int groupId); in onGroupNodeRemoved()
136 void onGroupStatusChanged(int groupId, @GroupStatus int groupStatus); in onGroupStatusChanged()
148 int groupId, @GroupStreamStatus int groupStreamStatus) { in onGroupStreamStatusChanged()
850 public @Nullable BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice()
1165 public boolean groupAddNode(int groupId, @NonNull BluetoothDevice device) { in groupAddNode()
1195 public boolean groupRemoveNode(int groupId, @NonNull BluetoothDevice device) { in groupRemoveNode()
1258 public boolean isInbandRingtoneEnabled(int groupId) { in isInbandRingtoneEnabled()
1399 public BluetoothLeAudioCodecStatus getCodecStatus(int groupId) { in getCodecStatus()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientNativeInterfaceTest.java110 int groupId = 1; in onActivePresetGroupSelected() local
138 int groupId = 1; in onActivePresetGroupSelectError() local
172 int groupId = 100; in onGroupPresetInfo() local
208 int groupId = 5; in onGroupPresetNameSetError() local
240 int groupId = 5; in onGroupPresetInfoError() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java651 int groupId = 1; in testVolumeCache() local
711 int groupId = 1; in testMuteCache() local
744 int groupId = 1; in testVolumeChangeWhileMuted() local
801 int groupId = 1; in testLateConnectingDevice() local
840 int groupId = 1; in testLateDiscoveredGroupMember() local
884 int groupId = 1; in testMuteLateConnectingDevice() local
933 int groupId = 1; in testMuteLateDiscoveredGroupMember() local
1015 int groupId = 1; in testServiceBinderSetDeviceVolumeMethods() local
1072 int groupId = 1; in testServiceBinderRegisterCallbackWhenDeviceAlreadyConnected() local
1163 int groupId = 1; in testServiceBinderRegisterVolumeChangedCallbackWhenDeviceAlreadyConnected() local
[all …]
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarAudioService.java55 public void setGroupVolume(int zoneId, int groupId, int index, int flags) { in setGroupVolume()
59 public int getGroupMaxVolume(int zoneId, int groupId) { in getGroupMaxVolume()
64 public int getGroupMinVolume(int zoneId, int groupId) { in getGroupMinVolume()
69 public int getGroupVolume(int zoneId, int groupId) { in getGroupVolume()
107 public int[] getUsagesForVolumeGroupId(int zoneId, int groupId) { in getUsagesForVolumeGroupId()
112 public CarVolumeGroupInfo getVolumeGroupInfo(int zoneId, int groupId) { in getVolumeGroupInfo()
256 public boolean isVolumeGroupMuted(int zoneId, int groupId) { in isVolumeGroupMuted()
261 public void setVolumeGroupMute(int zoneId, int groupId, boolean mute, int flags) { in setVolumeGroupMute()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java122 final long groupId = cursor.getLong(Projections.COL_ID); in testGroupSummary() local
183 long groupId = createGroup(mAccount, "g1", "gt1"); in testGroupDeletion1() local
197 long groupId = createGroup(mAccount, "g1", "gt1"); in testGroupDeletion2() local
256 final long groupId = this.createGroup(sTestAccount, GROUP_ID, GROUP_ID, 1); in testDelayVisibleTransaction() local
294 final long groupId = this.createGroup(sTestAccount, GROUP_ID, GROUP_ID, 0); in testLocalMixedVisible() local
338 final long groupId = this.createGroup(sTestAccount, GROUP_ID, GROUP_ID, 0); in testMultipleSourcesVisible() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DGroupMembershipView.java70 public GroupSelectionItem(long groupId, String title, boolean checked) { in GroupSelectionItem()
287 long groupId = mGroupMetaData.getLong(GroupMetaDataLoader.GROUP_ID); in updateView() local
361 long groupId = mGroupMetaData.getLong(GroupMetaDataLoader.GROUP_ID); in onClick() local
423 Long groupId = entry.getGroupRowId(); in onItemClick() local
436 long groupId = item.getGroupId(); in onItemClick() local
448 private boolean isGroupChecked(long groupId) { in isGroupChecked()
459 private boolean hasMembership(long groupId) { in hasMembership()
/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DCarAudioManagerTestUtils.java45 public int groupId; field in CarAudioManagerTestUtils.SyncCarVolumeCallback
60 public void onGroupVolumeChanged(int zoneId, int groupId, int flags) { in onGroupVolumeChanged()
72 public void onGroupMuteChanged(int zoneId, int groupId, int flags) { in onGroupMuteChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java602 int groupId = leAudioService.getGroupId(device); in setDeviceVolume() local
617 public void setGroupVolume(int groupId, int volume) { in setGroupVolume()
658 public int getGroupVolume(int groupId) { in getGroupVolume()
680 public void setGroupActive(int groupId, boolean active) { in setGroupActive()
699 public Boolean getGroupMute(int groupId) { in getGroupMute()
707 public void muteGroup(int groupId) { in muteGroup()
716 public void unmuteGroup(int groupId) { in unmuteGroup()
780 public void handleGroupNodeAdded(int groupId, BluetoothDevice device) { in handleGroupNodeAdded()
821 void updateGroupCacheAndAudioSystem(int groupId, int volume, boolean mute, boolean showInUI) { in updateGroupCacheAndAudioSystem()
868 BluetoothDevice device, int groupId, int volume, boolean mute, boolean isAutonomous) { in handleVolumeControlChanged()
[all …]

12345