Home
last modified time | relevance | path

Searched refs:getCsipSetCoordinatorProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java388 if (getCsipSetCoordinatorProfile() != null in onReceiveInternal()
393 final Map<Integer, ParcelUuid> groupIdMap = getCsipSetCoordinatorProfile() in onReceiveInternal()
586 public CsipSetCoordinatorProfile getCsipSetCoordinatorProfile() { in getCsipSetCoordinatorProfile() method in LocalBluetoothProfileManager
DCsipDeviceManager.java67 .getCsipSetCoordinatorProfile(); in getBaseGroupId()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java136 .when(mLocalProfileManager).getCsipSetCoordinatorProfile(); in setUp()