Home
last modified time | relevance | path

Searched refs:getProfileManager (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesController.java69 mProfileManager = mManager.getProfileManager(); in BluetoothDetailsProfilesController()
176 PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in onPreferenceClick()
204 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in getProfiles()
208 final MapProfile mapProfile = mManager.getProfileManager().getMapProfile(); in getProfiles()
H A DBluetoothDeviceUpdater.java95 mLocalManager.getProfileManager().addServiceListener(this); in registerCallback()
109 mLocalManager.getProfileManager().removeServiceListener(this); in unregisterCallback()
H A DBluetoothPairingController.java91 mPbapClientProfile = mBluetoothManager.getProfileManager().getPbapClientProfile(); in BluetoothPairingController()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothManager.java161 public LocalBluetoothProfileManager getProfileManager() { in getProfileManager() method in LocalBluetoothManager
H A DHearingAidDeviceManager.java53 LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getHiSyncId()
H A DCachedBluetoothDeviceManager.java100 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in addDevice()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java443 final A2dpProfile a2dpProfile = mLocalBluetoothManager.getProfileManager().getA2dpProfile(); in isActiveDevice()
448 final HearingAidProfile hearingAidProfile = mLocalBluetoothManager.getProfileManager() in isActiveDevice()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothPairingController.java85 mPbapClientProfile = mBluetoothManager.getProfileManager().getPbapClientProfile(); in BluetoothPairingController()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityHearingAidPreferenceController.java159 final List<BluetoothDevice> deviceList = mLocalBluetoothManager.getProfileManager() in getConnectedHearingAidDevice()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DAccessibilityHearingAidPreferenceControllerTest.java199 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setupBluetoothEnvironment()
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java107 mProfileManager = mLocalBluetoothManager.getProfileManager(); in AudioSwitchPreferenceController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java78 when(mMockBluetoothManager.getProfileManager()) in setup()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
H A DAudioOutputSwitchPreferenceControllerTest.java133 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
H A DMediaOutputPreferenceControllerTest.java169 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
H A DHandsFreeProfileOutputPreferenceControllerTest.java128 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManagerTest.java83 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()
H A DCachedBluetoothDeviceManagerTest.java103 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java96 mLocalBluetoothManager.getProfileManager().addServiceListener(this); in BluetoothControllerImpl()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java79 when(mLocalManager.getProfileManager()).thenReturn(mProfileManager); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java189 mProfileManager = bluetoothManager.getProfileManager(); in init()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DMediaDeviceTest.java154 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mProfileManager); in setUp()
H A DLocalMediaManagerTest.java111 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()