Home
last modified time | relevance | path

Searched refs:GROUP_ID_INVALID (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java95 BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in onReceive()
96 if (groupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in onReceive()
DBluetoothDetailsMacAddressController.java54 if (mCachedDevice.getGroupId() != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in refresh()
DUtils.java251 if (deviceGroupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in getAllOfCachedBluetoothDevices()
DBluetoothDetailsHearingAidsPresetsController.java124 if (hapGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in onPreferenceChange()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java103 if (groupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in fetchConnectedDevicesByGroupId()
347 if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in getGroupId()
358 return BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in getGroupId()
366 BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in getFallbackActiveGroupId()
DAudioSharingCallAudioPreferenceController.java351 if (fallbackActiveGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in updateSummary()
409 : BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in logCallAudioDeviceChange()
410 if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in logCallAudioDeviceChange()
DAudioSharingDeviceVolumeControlUpdater.java105 if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID in addPreference()
DAudioSharingDeviceVolumeGroupController.java420 return (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID in getPreferenceOrderForDevice()
DAudioSharingDialogHandler.java410 && groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID in closeOpeningDialogsForLeaDevice()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java93 if (device == null || groupId == BluetoothLeAudio.GROUP_ID_INVALID) {
106 if (device == null || groupId == BluetoothLeAudio.GROUP_ID_INVALID) {
280 private int mGroupIdActive = BluetoothLeAudio.GROUP_ID_INVALID;
281 private int mGroupIdPending = BluetoothLeAudio.GROUP_ID_INVALID;
366 if (groupId != BluetoothLeAudio.GROUP_ID_INVALID) { in getConnectedDevices()
378 if (groupId != BluetoothLeAudio.GROUP_ID_INVALID in getConnectedDevices()
493 if (groupId != BluetoothLeAudio.GROUP_ID_INVALID) { in onDeviceConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java535 return BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in getHapGroup()
914 if (groupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) return false; in isGroupIdValid()
1058 if (groupId != BluetoothLeAudio.GROUP_ID_INVALID) { in getGroupDevices()
1117 } else if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in messageFromNative()
1136 } else if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in messageFromNative()
1152 } else if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in messageFromNative()
1169 } else if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in messageFromNative()
1355 return BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in getHapGroup()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java107 if (device == null || groupId == BluetoothLeAudio.GROUP_ID_INVALID) {
134 if (device == null || groupId == BluetoothLeAudio.GROUP_ID_INVALID) {
140 if (device == null || groupId == BluetoothLeAudio.GROUP_ID_INVALID) {
659 if (hapGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) in initProfiles()
731 if (hapGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) in initProfiles()
1175 && (group != BluetoothLeAudio.GROUP_ID_INVALID)) { in groupSetLock()
1485 if (bluetoothHapClient == null) return BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in hapGetHapGroup()
1498 return BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in hapGetHapGroup()
DLeAudioRecycleViewAdapter.java206 ((Integer) BluetoothLeAudio.GROUP_ID_INVALID).toString()); in setLeAudioStateObservers()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsControllerTest.java19 import static android.bluetooth.BluetoothCsipSetCoordinator.GROUP_ID_INVALID;
179 when(mHapClientProfile.getHapGroup(mDevice)).thenReturn(GROUP_ID_INVALID); in onPreferenceChange_invalidGroupId_verifySelectPreset()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingCallAudioPreferenceControllerTest.java404 mContentResolver, TEST_SETTINGS_KEY, BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in displayPreference_noFallbackDevice_showEmptySummary()
522 mContentResolver, TEST_SETTINGS_KEY, BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in testBluetoothLeBroadcastAssistantCallbacks_updateSummary()
553 mContentResolver, TEST_SETTINGS_KEY, BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in testBluetoothLeBroadcastAssistantCallbacks_doNothing()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCsipSetCoordinator.java200 public static final int GROUP_ID_INVALID = IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID; field in BluetoothCsipSetCoordinator
DBluetoothLeAudio.java380 public static final int GROUP_ID_INVALID = IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID; field in BluetoothLeAudio
1120 return GROUP_ID_INVALID; in getGroupId()
DBluetoothHapClient.java856 return BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in getHapGroup()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java963 if (groupId != BluetoothLeAudio.GROUP_ID_INVALID) { in onAvailableRoutesChanged()
1246 if (groupId != BluetoothLeAudio.GROUP_ID_INVALID) { in isLeAudioNonLeadDeviceOrServiceUnavailable()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1393 verify(mNativeInterface).groupSetActive(BluetoothLeAudio.GROUP_ID_INVALID); in testSetActiveDeviceGroup()
1650 verify(mNativeInterface).groupSetActive(BluetoothLeAudio.GROUP_ID_INVALID); in testSetActiveDeviceGroupWithoutRingtoneContext()
2977 verify(mNativeInterface).groupSetActive(BluetoothLeAudio.GROUP_ID_INVALID); in testSetAllowedContextsForActiveGroup()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java202 if (groupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in isLeAudioOnlyGroup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java283 BluetoothCsipSetCoordinator.GROUP_ID_INVALID, 1, false, false); in testConnectLeAudioOnlyDevices_BandedHeadphones()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt950 field public static final int GROUP_ID_INVALID = -1; // 0xffffffff
Dsystem-current.txt179 field public static final int GROUP_ID_INVALID = -1; // 0xffffffff