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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java81 private A2dpProfile mA2dpProfile; field in class:LocalBluetoothProfileManager
147 if (mA2dpProfile == null) {
149 mA2dpProfile = new A2dpProfile(mContext, mLocalAdapter, mDeviceManager, this);
150 addProfile(mA2dpProfile, A2dpProfile.NAME,
153 } else if (mA2dpProfile != null) {
293 profile = mA2dpProfile;
301 return mA2dpProfile;
349 mA2dpProfile != null) {
350 profiles.add(mA2dpProfile);
351 removedProfiles.remove(mA2dpProfile);
[all...]

Completed in 71 milliseconds