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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java58 private A2dpProfile mA2dpProfile; field in class:CachedBluetoothDeviceTest
78 when(mA2dpProfile.isProfileReady()).thenReturn(true);
125 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
136 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED);
154 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
167 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED);
173 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
178 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED);
238 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
254 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfil
[all...]
H A DCachedBluetoothDeviceManagerTest.java78 private A2dpProfile mA2dpProfile; field in class:CachedBluetoothDeviceManagerTest
120 when(mA2dpProfile.isProfileReady()).thenReturn(true);
731 cachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
732 cachedDevice2.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
796 cachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java86 private A2dpProfile mA2dpProfile; field in class:LocalBluetoothProfileManager
182 if (mA2dpProfile == null) {
184 mA2dpProfile = new A2dpProfile(mContext, mLocalAdapter, mDeviceManager, this);
185 addProfile(mA2dpProfile, A2dpProfile.NAME,
188 } else if (mA2dpProfile != null) {
459 profile = mA2dpProfile;
471 return mA2dpProfile;
567 mA2dpProfile != null) {
568 profiles.add(mA2dpProfile);
569 removedProfiles.remove(mA2dpProfile);
[all...]

Completed in 79 milliseconds