Home
last modified time | relevance | path

Searched refs:mBtManager (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipDeviceManager.java45 private final LocalBluetoothManager mBtManager; field in CsipDeviceManager
50 mBtManager = localBtManager; in CsipDeviceManager()
65 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getBaseGroupId()
275 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getPreferredMainDevice()
276 final CachedBluetoothDeviceManager deviceManager = mBtManager.getCachedDeviceManager(); in getPreferredMainDevice()
339 mBtManager.getEventManager().dispatchDeviceRemoved(mainDeviceOfPreferredMainDevice); in addMemberDevicesIntoMainDevice()
344 mBtManager.getEventManager().dispatchDeviceAdded(mainDeviceOfPreferredMainDevice); in addMemberDevicesIntoMainDevice()
356 final CachedBluetoothDeviceManager deviceManager = mBtManager.getCachedDeviceManager(); in addMemberDevicesIntoMainDevice()
375 mBtManager.getEventManager().dispatchDeviceRemoved(deviceItem); in addMemberDevicesIntoMainDevice()
DHearingAidDeviceManager.java49 private final LocalBluetoothManager mBtManager; field in HearingAidDeviceManager
56 mBtManager = localBtManager; in HearingAidDeviceManager()
66 mBtManager = localBtManager; in HearingAidDeviceManager()
196 mBtManager.getEventManager().dispatchDeviceRemoved(subDevice); in onHiSyncIdChanged()
249 mBtManager.getEventManager().dispatchDeviceRemoved(mainDevice); in switchDeviceContent()
259 mBtManager.getEventManager().dispatchDeviceAdded(mainDevice); in switchDeviceContent()
282 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in syncDeviceIfNeeded()
394 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in generateHearingAidInfo()
DCachedBluetoothDeviceManager.java46 private final LocalBluetoothManager mBtManager; field in CachedBluetoothDeviceManager
60 mBtManager = localBtManager; in CachedBluetoothDeviceManager()
135 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in addDevice()
145 mBtManager.getEventManager().dispatchDeviceAdded(newDevice); in addDevice()
557 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in onBondStateChangedIfProcess()
DBluetoothEventManager.java60 private final LocalBluetoothManager mBtManager; field in BluetoothEventManager
92 mBtManager = btManager; in BluetoothEventManager()
230 LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in dispatchProfileConnectionStateChanged()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java72 private LocalBluetoothManager mBtManager; field in BluetoothEventManagerTest
115 mBtManager, in setUp()
120 when(mBtManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()
138 mBtManager, in ifUserHandleIsNull_registerReceiverIsCalled()
154 mBtManager, in ifUserHandleSpecified_registerReceiverAsUserIsCalled()
226 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice()
257 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice()
288 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice()
319 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice()
350 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice()
DLocalBluetoothProfileManagerTest.java63 private LocalBluetoothManager mBtManager; field in LocalBluetoothProfileManagerTest
88 mBtManager, in setUp()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDiscoveryService.java97 private BluetoothManager mBtManager; field in CompanionDeviceDiscoveryService
158 mBtManager = getSystemService(BluetoothManager.class); in onCreate()
159 mBtAdapter = mBtManager.getAdapter(); in onCreate()
285 || findAndReportMatches(mBtManager.getConnectedDevices( in checkBoundDevicesIfNeeded()
287 || findAndReportMatches(mBtManager.getConnectedDevices( in checkBoundDevicesIfNeeded()