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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java38 public class A2dpProfile implements LocalBluetoothProfile { class in inherits:LocalBluetoothProfile
39 private static final String TAG = "A2dpProfile";
78 Log.w(TAG, "A2dpProfile found new device: " + nextDevice);
81 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED);
97 A2dpProfile(Context context, LocalBluetoothAdapter adapter, method in class:A2dpProfile

Completed in 78 milliseconds