Home
last modified time | relevance | path

Searched refs:CachedBluetoothDeviceManager (Results 1 – 25 of 44) sorted by relevance

12

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothManager.java48 private final CachedBluetoothDeviceManager mCachedDeviceManager;
113 mCachedDeviceManager = new CachedBluetoothDeviceManager(mContext, this); in LocalBluetoothManager()
153 public CachedBluetoothDeviceManager getCachedDeviceManager() { in getCachedDeviceManager()
H A DHidDeviceProfile.java43 private final CachedBluetoothDeviceManager mDeviceManager;
50 HidDeviceProfile(Context context,CachedBluetoothDeviceManager deviceManager, in HidDeviceProfile()
H A DVolumeControlProfile.java47 private final CachedBluetoothDeviceManager mDeviceManager;
94 VolumeControlProfile(Context context, CachedBluetoothDeviceManager deviceManager, in VolumeControlProfile()
H A DHidProfile.java43 private final CachedBluetoothDeviceManager mDeviceManager;
88 CachedBluetoothDeviceManager deviceManager, in HidProfile()
H A DSapProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile()
H A DMapClientProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
99 MapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapClientProfile()
H A DPbapClientProfile.java44 private final CachedBluetoothDeviceManager mDeviceManager;
103 PbapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in PbapClientProfile()
H A DA2dpSinkProfile.java43 private final CachedBluetoothDeviceManager mDeviceManager;
92 A2dpSinkProfile(Context context, CachedBluetoothDeviceManager deviceManager, in A2dpSinkProfile()
H A DHfpClientProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
99 HfpClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HfpClientProfile()
H A DCsipSetCoordinatorProfile.java52 private final CachedBluetoothDeviceManager mDeviceManager;
99 CsipSetCoordinatorProfile(Context context, CachedBluetoothDeviceManager deviceManager, in CsipSetCoordinatorProfile()
H A DMapProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
100 MapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapProfile()
H A DHeadsetProfile.java47 private final CachedBluetoothDeviceManager mDeviceManager;
100 HeadsetProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HeadsetProfile()
H A DHapClientProfile.java69 private final CachedBluetoothDeviceManager mDeviceManager;
106 HapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HapClientProfile()
H A DHearingAidProfile.java80 private final CachedBluetoothDeviceManager mDeviceManager;
133 HearingAidProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HearingAidProfile()
H A DLeAudioProfile.java56 private final CachedBluetoothDeviceManager mDeviceManager;
114 LeAudioProfile(Context context, CachedBluetoothDeviceManager deviceManager, in LeAudioProfile()
H A DLocalBluetoothLeBroadcastAssistant.java61 private final CachedBluetoothDeviceManager mDeviceManager;
110 CachedBluetoothDeviceManager deviceManager, in LocalBluetoothLeBroadcastAssistant()
H A DA2dpProfile.java51 private final CachedBluetoothDeviceManager mDeviceManager;
103 A2dpProfile(Context context, CachedBluetoothDeviceManager deviceManager, in A2dpProfile()
H A DCsipDeviceManager.java280 final CachedBluetoothDeviceManager deviceManager = mBtManager.getCachedDeviceManager(); in getPreferredMainDevice()
358 final CachedBluetoothDeviceManager deviceManager = mBtManager.getCachedDeviceManager(); in addMemberDevicesIntoMainDevice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialogTest.java46 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
111 final CachedBluetoothDeviceManager cachedBluetoothDeviceManager = mock( in setUp()
112 CachedBluetoothDeviceManager.class); in setUp()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHidDeviceProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
H A DMapClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
H A DA2dpSinkProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
H A DHfpClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
H A DPbapClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
H A DSapProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;

12