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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpSinkProfile.java34 final class A2dpSinkProfile implements LocalBluetoothProfile { class in inherits:LocalBluetoothProfile
35 private static final String TAG = "A2dpSinkProfile";
69 Log.w(TAG, "A2dpSinkProfile found new device: " + nextDevice);
72 device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED);
93 A2dpSinkProfile(Context context, LocalBluetoothAdapter adapter, method in class:A2dpSinkProfile

Completed in 56 milliseconds