Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java48 private final CachedBluetoothDeviceManager mCachedDeviceManager;
113 mCachedDeviceManager = new CachedBluetoothDeviceManager(mContext, this); in LocalBluetoothManager()
153 public CachedBluetoothDeviceManager getCachedDeviceManager() { in getCachedDeviceManager()
DHidDeviceProfile.java43 private final CachedBluetoothDeviceManager mDeviceManager;
50 HidDeviceProfile(Context context,CachedBluetoothDeviceManager deviceManager, in HidDeviceProfile()
DVolumeControlProfile.java47 private final CachedBluetoothDeviceManager mDeviceManager;
94 VolumeControlProfile(Context context, CachedBluetoothDeviceManager deviceManager, in VolumeControlProfile()
DSapProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile()
DPbapClientProfile.java44 private final CachedBluetoothDeviceManager mDeviceManager;
103 PbapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in PbapClientProfile()
DMapClientProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
99 MapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapClientProfile()
DHidProfile.java43 private final CachedBluetoothDeviceManager mDeviceManager;
88 CachedBluetoothDeviceManager deviceManager, in HidProfile()
DHfpClientProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
99 HfpClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HfpClientProfile()
DA2dpSinkProfile.java43 private final CachedBluetoothDeviceManager mDeviceManager;
92 A2dpSinkProfile(Context context, CachedBluetoothDeviceManager deviceManager, in A2dpSinkProfile()
DMapProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
100 MapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapProfile()
DCsipSetCoordinatorProfile.java52 private final CachedBluetoothDeviceManager mDeviceManager;
99 CsipSetCoordinatorProfile(Context context, CachedBluetoothDeviceManager deviceManager, in CsipSetCoordinatorProfile()
DHeadsetProfile.java47 private final CachedBluetoothDeviceManager mDeviceManager;
100 HeadsetProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HeadsetProfile()
DLeAudioProfile.java56 private final CachedBluetoothDeviceManager mDeviceManager;
114 LeAudioProfile(Context context, CachedBluetoothDeviceManager deviceManager, in LeAudioProfile()
DLocalBluetoothLeBroadcastAssistant.java61 private final CachedBluetoothDeviceManager mDeviceManager;
110 CachedBluetoothDeviceManager deviceManager, in LocalBluetoothLeBroadcastAssistant()
DHearingAidProfile.java82 private final CachedBluetoothDeviceManager mDeviceManager;
134 HearingAidProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HearingAidProfile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java38 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
62 private CachedBluetoothDeviceManager mMockDeviceManager;
76 mMockDeviceManager = mock(CachedBluetoothDeviceManager.class); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java46 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
110 final CachedBluetoothDeviceManager cachedBluetoothDeviceManager = mock( in setUp()
111 CachedBluetoothDeviceManager.class); in setUp()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DMapClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DPbapClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DHfpClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DHidDeviceProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DA2dpSinkProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DSapProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DHearingAidProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DHeadsetProfileTest.java31 private CachedBluetoothDeviceManager mDeviceManager;

12