Searched refs:addMemberDevicesIntoMainDevice (Results 1 – 2 of 2) sorted by relevance
273 assertThat(mCsipDeviceManager.addMemberDevicesIntoMainDevice(GROUP1, preferredDevice)) in addMemberDevicesIntoMainDevice_noPreferredDevice_returnFalseAndNoChangeList()291 assertThat(mCsipDeviceManager.addMemberDevicesIntoMainDevice(GROUP1, preferredDevice)) in addMemberDevicesIntoMainDevice_preferredDeviceIsMainAndNoOtherInList_noChangeList()309 assertThat(mCsipDeviceManager.addMemberDevicesIntoMainDevice(GROUP1, preferredDevice)) in addMemberDevicesIntoMainDevice_preferredDeviceIsMainAndTwoMain_returnTrue()324 assertThat(mCsipDeviceManager.addMemberDevicesIntoMainDevice(GROUP1, preferredDevice)) in addMemberDevicesIntoMainDevice_preferredDeviceIsMember_returnTrue()343 assertThat(mCsipDeviceManager.addMemberDevicesIntoMainDevice(GROUP1, preferredDevice)) in addMemberDevicesIntoMainDevice_preferredDeviceIsMemberAndTwoMain_returnTrue()
188 return addMemberDevicesIntoMainDevice(groupId, preferredMainDevice); in updateRelationshipOfGroupDevices()316 boolean addMemberDevicesIntoMainDevice(int groupId, CachedBluetoothDevice preferredMainDevice) { in addMemberDevicesIntoMainDevice() method in CsipDeviceManager