Searched refs:A2dpSinkProfile (Results 1 – 5 of 5) sorted by relevance
37 final class A2dpSinkProfile implements LocalBluetoothProfile { class72 … device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()92 A2dpSinkProfile(Context context, CachedBluetoothDeviceManager deviceManager, in A2dpSinkProfile() method in A2dpSinkProfile
91 private A2dpSinkProfile mA2dpSinkProfile;142 mA2dpSinkProfile = new A2dpSinkProfile(mContext, mDeviceManager, this); in updateLocalProfiles()143 addProfile(mA2dpSinkProfile, A2dpSinkProfile.NAME, in updateLocalProfiles()404 public A2dpSinkProfile getA2dpSinkProfile() { in getA2dpSinkProfile()505 if (BluetoothUuid.containsAnyUuid(uuids, A2dpSinkProfile.SRC_UUIDS) in updateProfiles()
177 A2dpSinkProfile a2dpSink = mProfileManager.getA2dpSinkProfile(); in startScanning()
965 || profile instanceof A2dpSinkProfile) { in getConnectionSummary()1078 || profile instanceof A2dpSinkProfile) { in getCarConnectionSummary()
53 private A2dpSinkProfile mProfile;60 mProfile = new A2dpSinkProfile(RuntimeEnvironment.application, in setUp()