Home
last modified time | relevance | path

Searched refs:CsipSetCoordinatorProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipSetCoordinatorProfile.java43 public class CsipSetCoordinatorProfile implements LocalBluetoothProfile { class
81 CsipSetCoordinatorProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
99 CsipSetCoordinatorProfile(Context context, CachedBluetoothDeviceManager deviceManager, in CsipSetCoordinatorProfile() method in CsipSetCoordinatorProfile
DLocalBluetoothProfileManager.java109 private CsipSetCoordinatorProfile mCsipSetCoordinatorProfile;
280 new CsipSetCoordinatorProfile(mContext, mDeviceManager, this); in updateLocalProfiles()
389 && mProfile instanceof CsipSetCoordinatorProfile in onReceiveInternal()
586 public CsipSetCoordinatorProfile getCsipSetCoordinatorProfile() { in getCsipSetCoordinatorProfile()
DCsipDeviceManager.java66 final CsipSetCoordinatorProfile profileProxy = profileManager in getBaseGroupId()
DHearingAidDeviceManager.java163 profile -> profile instanceof CsipSetCoordinatorProfile)) { in onHiSyncIdChanged()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManagerTest.java84 private CsipSetCoordinatorProfile mCsipSetCoordinatorProfile;