Home
last modified time | relevance | path

Searched refs:CAP (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java523 long uuidLsb = BluetoothUuid.CAP.getUuid().getLeastSignificantBits(); in testStackEventSetMemberAvailableAfterGroupConnected()
524 long uuidMsb = BluetoothUuid.CAP.getUuid().getMostSignificantBits(); in testStackEventSetMemberAvailableAfterGroupConnected()
565 long uuidLsb = BluetoothUuid.CAP.getUuid().getLeastSignificantBits(); in testStackEventSetMemberAvailableBeforeGroupConnected()
566 long uuidMsb = BluetoothUuid.CAP.getUuid().getMostSignificantBits(); in testStackEventSetMemberAvailableBeforeGroupConnected()
614 long uuidLsb = BluetoothUuid.CAP.getUuid().getLeastSignificantBits(); in testDisableCsipAfterConnectingIfLeAudioDisabled()
615 long uuidMsb = BluetoothUuid.CAP.getUuid().getMostSignificantBits(); in testDisableCsipAfterConnectingIfLeAudioDisabled()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java805 when(mCsipService.getGroupId(mDevice, BluetoothUuid.CAP)).thenReturn(groupId); in testLateConnectingDevice()
806 when(mCsipService.getGroupId(mDeviceTwo, BluetoothUuid.CAP)).thenReturn(groupId); in testLateConnectingDevice()
844 when(mCsipService.getGroupId(mDevice, BluetoothUuid.CAP)).thenReturn(groupId); in testLateDiscoveredGroupMember()
845 when(mCsipService.getGroupId(mDeviceTwo, BluetoothUuid.CAP)).thenReturn(-1); in testLateDiscoveredGroupMember()
872 when(mCsipService.getGroupId(mDeviceTwo, BluetoothUuid.CAP)).thenReturn(groupId); in testLateDiscoveredGroupMember()
888 when(mCsipService.getGroupId(mDevice, BluetoothUuid.CAP)).thenReturn(groupId); in testMuteLateConnectingDevice()
889 when(mCsipService.getGroupId(mDeviceTwo, BluetoothUuid.CAP)).thenReturn(groupId); in testMuteLateConnectingDevice()
937 when(mCsipService.getGroupId(mDevice, BluetoothUuid.CAP)).thenReturn(groupId); in testMuteLateDiscoveredGroupMember()
938 when(mCsipService.getGroupId(mDeviceTwo, BluetoothUuid.CAP)).thenReturn(-1); in testMuteLateDiscoveredGroupMember()
968 when(mCsipService.getGroupId(mDeviceTwo, BluetoothUuid.CAP)).thenReturn(groupId); in testMuteLateDiscoveredGroupMember()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceHidlImplTest.java83 private static final Capabilities CAP = new Capabilities(); field in WifiNanIfaceHidlImplTest
109 CAP.supportedDataPathCipherSuites = WIFI_AWARE_CIPHER_SUITE_NCS_SK_128 in setup()
625 isOutOfBand, appInfo, CAP, securityConfig, (byte) 0); in validateInitiateDataPath()
699 appInfo, isOutOfBand, CAP, securityConfig, (byte) 0); in validateRespondToDataPathRequest()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUuid.java333 public static final ParcelUuid CAP = field in BluetoothUuid
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java201 int groupId = csipSetCoordinatorService.getGroupId(device, BluetoothUuid.CAP); in isLeAudioOnlyGroup()
656 csipSetCoordinatorService.getGroupId(device, BluetoothUuid.CAP)); in handleLeAudioOnlyDeviceAfterCsipConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java530 if (entry.getValue().equals(BluetoothUuid.CAP)) { in getHapGroup()
918 List<Integer> groups = csipClient.getAllGroupIds(BluetoothUuid.CAP); in isGroupIdValid()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java1020 int groupId = getGroupId(device, BluetoothUuid.CAP); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java165 doReturn(Arrays.asList(0x02, 0x03)).when(mCsipService).getAllGroupIds(BluetoothUuid.CAP); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1371 Integer groupId = csipClient.getGroupId(device, BluetoothUuid.CAP); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java484 .getGroupDevicesOrdered(mCurrentDevice, BluetoothUuid.CAP); in prepareConnectedDeviceGroup()
487 .getGroupDevicesOrdered(mCurrentDevice1, BluetoothUuid.CAP); in prepareConnectedDeviceGroup()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1027 csipClient.getGroupDevicesOrdered(device, BluetoothUuid.CAP); in getTargetDeviceList()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1084 field @NonNull public static final android.os.ParcelUuid CAP;