/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingRequest.java | 95 BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in onReceive() 96 if (groupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in onReceive()
|
D | BluetoothDetailsMacAddressController.java | 54 if (mCachedDevice.getGroupId() != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in refresh()
|
D | Utils.java | 251 if (deviceGroupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in getAllOfCachedBluetoothDevices()
|
D | BluetoothDetailsHearingAidsPresetsController.java | 124 if (hapGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in onPreferenceChange()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingUtils.java | 103 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()
|
D | AudioSharingCallAudioPreferenceController.java | 351 if (fallbackActiveGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in updateSummary() 409 : BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in logCallAudioDeviceChange() 410 if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in logCallAudioDeviceChange()
|
D | AudioSharingDeviceVolumeControlUpdater.java | 105 if (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID in addPreference()
|
D | AudioSharingDeviceVolumeGroupController.java | 420 return (groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID in getPreferenceOrderForDevice()
|
D | AudioSharingDialogHandler.java | 410 && groupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID in closeOpeningDialogsForLeaDevice()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothDeviceManager.java | 93 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/ |
D | HapClientService.java | 535 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/ |
D | BluetoothProxy.java | 107 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()
|
D | LeAudioRecycleViewAdapter.java | 206 ((Integer) BluetoothLeAudio.GROUP_ID_INVALID).toString()); in setLeAudioStateObservers()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsHearingAidsPresetsControllerTest.java | 19 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/ |
D | AudioSharingCallAudioPreferenceControllerTest.java | 404 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/ |
D | BluetoothCsipSetCoordinator.java | 200 public static final int GROUP_ID_INVALID = IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID; field in BluetoothCsipSetCoordinator
|
D | BluetoothLeAudio.java | 380 public static final int GROUP_ID_INVALID = IBluetoothLeAudio.LE_AUDIO_GROUP_ID_INVALID; field in BluetoothLeAudio 1120 return GROUP_ID_INVALID; in getGroupId()
|
D | BluetoothHapClient.java | 856 return BluetoothCsipSetCoordinator.GROUP_ID_INVALID; in getHapGroup()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteController.java | 963 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/ |
D | LeAudioServiceTest.java | 1393 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/ |
D | PhonePolicy.java | 202 if (groupId == BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in isLeAudioOnlyGroup()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 283 BluetoothCsipSetCoordinator.GROUP_ID_INVALID, 1, false, false); in testConnectLeAudioOnlyDevices_BandedHeadphones()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 950 field public static final int GROUP_ID_INVALID = -1; // 0xffffffff
|
D | system-current.txt | 179 field public static final int GROUP_ID_INVALID = -1; // 0xffffffff
|