/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothManager.java | 48 private final CachedBluetoothDeviceManager mCachedDeviceManager; 113 mCachedDeviceManager = new CachedBluetoothDeviceManager(mContext, this); in LocalBluetoothManager() 153 public CachedBluetoothDeviceManager getCachedDeviceManager() { in getCachedDeviceManager()
|
H A D | HidDeviceProfile.java | 43 private final CachedBluetoothDeviceManager mDeviceManager; 50 HidDeviceProfile(Context context,CachedBluetoothDeviceManager deviceManager, in HidDeviceProfile()
|
H A D | VolumeControlProfile.java | 47 private final CachedBluetoothDeviceManager mDeviceManager; 94 VolumeControlProfile(Context context, CachedBluetoothDeviceManager deviceManager, in VolumeControlProfile()
|
H A D | HidProfile.java | 43 private final CachedBluetoothDeviceManager mDeviceManager; 88 CachedBluetoothDeviceManager deviceManager, in HidProfile()
|
H A D | SapProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile()
|
H A D | MapClientProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 99 MapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapClientProfile()
|
H A D | PbapClientProfile.java | 44 private final CachedBluetoothDeviceManager mDeviceManager; 103 PbapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in PbapClientProfile()
|
H A D | A2dpSinkProfile.java | 43 private final CachedBluetoothDeviceManager mDeviceManager; 92 A2dpSinkProfile(Context context, CachedBluetoothDeviceManager deviceManager, in A2dpSinkProfile()
|
H A D | HfpClientProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 99 HfpClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HfpClientProfile()
|
H A D | CsipSetCoordinatorProfile.java | 52 private final CachedBluetoothDeviceManager mDeviceManager; 99 CsipSetCoordinatorProfile(Context context, CachedBluetoothDeviceManager deviceManager, in CsipSetCoordinatorProfile()
|
H A D | MapProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 100 MapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapProfile()
|
H A D | HeadsetProfile.java | 47 private final CachedBluetoothDeviceManager mDeviceManager; 100 HeadsetProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HeadsetProfile()
|
H A D | HapClientProfile.java | 69 private final CachedBluetoothDeviceManager mDeviceManager; 106 HapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HapClientProfile()
|
H A D | HearingAidProfile.java | 80 private final CachedBluetoothDeviceManager mDeviceManager; 133 HearingAidProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HearingAidProfile()
|
H A D | LeAudioProfile.java | 56 private final CachedBluetoothDeviceManager mDeviceManager; 114 LeAudioProfile(Context context, CachedBluetoothDeviceManager deviceManager, in LeAudioProfile()
|
H A D | LocalBluetoothLeBroadcastAssistant.java | 61 private final CachedBluetoothDeviceManager mDeviceManager; 110 CachedBluetoothDeviceManager deviceManager, in LocalBluetoothLeBroadcastAssistant()
|
H A D | A2dpProfile.java | 51 private final CachedBluetoothDeviceManager mDeviceManager; 103 A2dpProfile(Context context, CachedBluetoothDeviceManager deviceManager, in A2dpProfile()
|
H A D | CsipDeviceManager.java | 280 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 D | MediaOutputBaseDialogTest.java | 46 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 D | HidDeviceProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
H A D | MapClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
H A D | A2dpSinkProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
H A D | HfpClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
H A D | PbapClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
H A D | SapProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|