Home
last modified time | relevance | path

Searched refs:getA2dpProfile (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DPhoneMediaDeviceTest.java63 when(mLocalProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
112 when(mLocalProfileManager.getA2dpProfile()).thenReturn(null); in connect_hearingAidProfileNotNullAndA2dpProfileIsNull_isConnectedReturnTrue()
120 when(mLocalProfileManager.getA2dpProfile()).thenReturn(null); in connect_hearingAidProfileAndA2dpProfileIsNull_isConnectedReturnFalse()
DMediaDeviceTest.java130 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
DLocalMediaManagerTest.java79 when(mLocalProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
DBluetoothMediaManagerTest.java82 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DPhoneMediaDevice.java74 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in connect()
DBluetoothMediaManager.java92 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in addConnectableA2dpDevices()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java116 assertThat(mProfileManager.getA2dpProfile()).isNull(); in updateLocalProfiles_addA2dpToLocalProfiles()
123 assertThat(mProfileManager.getA2dpProfile()).isNotNull(); in updateLocalProfiles_addA2dpToLocalProfiles()
DCachedBluetoothDeviceTest.java747 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setActive()
767 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in isA2dpDevice_isA2dpDevice()
776 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in isA2dpDevice_isNotA2dpDevice()
828 when(mProfileManager.getA2dpProfile()).thenReturn(null); in isConnectedA2dpDevice_profileIsNull_returnFalse()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java173 A2dpProfile a2dp = mProfileManager.getA2dpProfile(); in startScanning()
DCachedBluetoothDevice.java380 A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in setActive()
578 A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in fetchActiveDevices()
1050 A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in isConnectedA2dpDevice()
DLocalBluetoothProfileManager.java395 public A2dpProfile getA2dpProfile() { in getA2dpProfile() method in LocalBluetoothProfileManager