OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
81
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) &&
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 727 milliseconds