Searched refs:A2dpProfile (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java34 final class A2dpProfile implements LocalBluetoothProfile { class in inherits:LocalBluetoothProfile
35 private static final String TAG = "A2dpProfile";
69 Log.w(TAG, "A2dpProfile found new device: " + nextDevice);
72 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED);
88 A2dpProfile(Context context, LocalBluetoothAdapter adapter, method in class:A2dpProfile
H A DLocalBluetoothProfileManager.java81 private A2dpProfile mA2dpProfile;
149 mA2dpProfile = new A2dpProfile(mContext, mLocalAdapter, mDeviceManager, this);
150 addProfile(mA2dpProfile, A2dpProfile.NAME,
300 A2dpProfile getA2dpProfile() {
344 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS) &&
H A DBluetoothDeviceFilter.java112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
H A DLocalBluetoothAdapter.java152 A2dpProfile a2dp = mProfileManager.getA2dpProfile();
H A DBluetoothDevicePreference.java236 if (profile instanceof A2dpProfile) {

Completed in 77 milliseconds