HomeSort by relevance Sort by last modified time
    Searched refs:A2dpProfile (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 34 final class A2dpProfile implements 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,
LocalBluetoothProfileManager.java 80 private A2dpProfile mA2dpProfile;
141 mA2dpProfile = new A2dpProfile(mContext, mLocalAdapter, mDeviceManager, this);
142 addProfile(mA2dpProfile, A2dpProfile.NAME,
292 A2dpProfile getA2dpProfile() {
337 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS) &&
BluetoothDeviceFilter.java 112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
LocalBluetoothAdapter.java 152 A2dpProfile a2dp = mProfileManager.getA2dpProfile();
BluetoothDevicePreference.java 236 if (profile instanceof A2dpProfile) {

Completed in 233 milliseconds