Home
last modified time | relevance | path

Searched refs:updateRelationshipOfGroupDevices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipDeviceManager.java156 updateRelationshipOfGroupDevices(groupId); in onGroupIdChanged()
170 return updateRelationshipOfGroupDevices(cachedDevice.getGroupId()); in onProfileConnectionStateChangedIfProcessed()
174 boolean updateRelationshipOfGroupDevices(int groupId) { in updateRelationshipOfGroupDevices() method in CsipDeviceManager
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCsipDeviceManagerTest.java177 assertThat(mCsipDeviceManager.updateRelationshipOfGroupDevices( in updateRelationshipOfGroupDevices_invalidGroupId_returnOff()