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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java80 private A2dpProfile mA2dpProfile; field in class:LocalBluetoothProfileManager
160 if (mA2dpProfile == null) {
162 mA2dpProfile = new A2dpProfile(mContext, mLocalAdapter, mDeviceManager, this);
163 addProfile(mA2dpProfile, A2dpProfile.NAME,
166 } else if (mA2dpProfile != null) {
365 profile = mA2dpProfile;
377 return mA2dpProfile;
459 mA2dpProfile != null) {
460 profiles.add(mA2dpProfile);
461 removedProfiles.remove(mA2dpProfile);
[all...]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java60 private A2dpProfile mA2dpProfile; field in class:CachedBluetoothDeviceTest
76 when(mA2dpProfile.isProfileReady()).thenReturn(true);
135 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
149 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED);

Completed in 207 milliseconds