/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | BluetoothEventManagerTest.java | 223 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice() local 254 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice() local 285 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice() local 316 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice() local 347 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | CsipDeviceManager.java | 65 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getBaseGroupId() local 275 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getPreferredMainDevice() local
|
D | HearingAidDeviceManager.java | 282 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in syncDeviceIfNeeded() local 394 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in generateHearingAidInfo() local
|
D | CachedBluetoothDeviceManager.java | 135 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in addDevice() local 557 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in onBondStateChangedIfProcess() local
|
D | HidDeviceProfile.java | 51 LocalBluetoothProfileManager profileManager) { in HidDeviceProfile()
|
D | MapProfile.java | 101 LocalBluetoothProfileManager profileManager) { in MapProfile()
|
D | SapProfile.java | 99 LocalBluetoothProfileManager profileManager) { in SapProfile()
|
D | HfpClientProfile.java | 100 LocalBluetoothProfileManager profileManager) { in HfpClientProfile()
|
D | MapClientProfile.java | 100 LocalBluetoothProfileManager profileManager) { in MapClientProfile()
|
D | PbapClientProfile.java | 104 LocalBluetoothProfileManager profileManager) { in PbapClientProfile()
|
D | A2dpSinkProfile.java | 93 LocalBluetoothProfileManager profileManager) { in A2dpSinkProfile()
|
D | HidProfile.java | 91 LocalBluetoothProfileManager profileManager) { in HidProfile()
|
D | CsipSetCoordinatorProfile.java | 100 LocalBluetoothProfileManager profileManager) { in CsipSetCoordinatorProfile()
|
D | HeadsetProfile.java | 101 LocalBluetoothProfileManager profileManager) { in HeadsetProfile()
|
D | VolumeControlProfile.java | 99 LocalBluetoothProfileManager profileManager) { in VolumeControlProfile()
|
D | LeAudioProfile.java | 113 LocalBluetoothProfileManager profileManager) { in LeAudioProfile()
|
D | HearingAidProfile.java | 134 LocalBluetoothProfileManager profileManager) { in HearingAidProfile()
|
D | A2dpProfile.java | 104 LocalBluetoothProfileManager profileManager) { in A2dpProfile()
|
D | LocalBluetoothLeBroadcastAssistant.java | 130 LocalBluetoothProfileManager profileManager) { in LocalBluetoothLeBroadcastAssistant()
|
D | HapClientProfile.java | 116 LocalBluetoothProfileManager profileManager) { in HapClientProfile()
|
D | BluetoothEventManager.java | 230 LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in dispatchProfileConnectionStateChanged() local
|
D | CachedBluetoothDevice.java | 184 CachedBluetoothDevice(Context context, LocalBluetoothProfileManager profileManager, in CachedBluetoothDevice()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesPresetsController.java | 52 public HearingDevicesPresetsController(LocalBluetoothProfileManager profileManager, in HearingDevicesPresetsController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDeviceManager.kt | 493 val profileManager = localBluetoothManager.profileManager in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/ |
D | DeviceItemActionInteractorTest.kt | 65 @Mock private lateinit var profileManager: LocalBluetoothProfileManager variable in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractorTest
|