Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManagerTest.java116 assertThat(mProfileManager.getA2dpProfile()).isNull(); in updateLocalProfiles_addA2dpToLocalProfiles()
123 assertThat(mProfileManager.getA2dpProfile()).isNotNull(); in updateLocalProfiles_addA2dpToLocalProfiles()
H A DCachedBluetoothDeviceTest.java938 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setActive()
958 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in isA2dpDevice_isA2dpDevice()
967 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in isA2dpDevice_isNotA2dpDevice()
1019 when(mProfileManager.getA2dpProfile()).thenReturn(null); in isConnectedA2dpDevice_profileIsNull_returnFalse()
H A DCsipDeviceManagerTest.java118 when(mLocalProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java180 A2dpProfile a2dp = mProfileManager.getA2dpProfile(); in startScanning()
H A DCachedBluetoothDevice.java600 A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in setActive()
854 A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in fetchActiveDevices()
1419 A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in isConnectedA2dpDevice()
H A DLocalBluetoothProfileManager.java512 public A2dpProfile getA2dpProfile() { in getA2dpProfile() method in LocalBluetoothProfileManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanelDialog.java290 final A2dpProfile a2dpProfile = mProfileManager.getA2dpProfile(); in findActiveDevice()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java485 final A2dpProfile a2dpProfile = mLocalBluetoothManager.getProfileManager().getA2dpProfile(); in isActiveDevice()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DMediaDeviceTest.java173 when(mProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()
H A DLocalMediaManagerTest.java116 when(mLocalProfileManager.getA2dpProfile()).thenReturn(mA2dpProfile); in setUp()