Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bluetooth/
DCachedBluetoothDeviceManagerKosmos.kt19 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager
23 var Kosmos.cachedBluetoothDeviceManager: CachedBluetoothDeviceManager by Kosmos.Fixture { mock {} } in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java48 private final CachedBluetoothDeviceManager mCachedDeviceManager;
113 mCachedDeviceManager = new CachedBluetoothDeviceManager(mContext, this); in LocalBluetoothManager()
160 public CachedBluetoothDeviceManager getCachedDeviceManager() { in getCachedDeviceManager()
DHidDeviceProfile.java43 private final CachedBluetoothDeviceManager mDeviceManager;
50 HidDeviceProfile(Context context,CachedBluetoothDeviceManager deviceManager, in HidDeviceProfile()
DPbapClientProfile.java44 private final CachedBluetoothDeviceManager mDeviceManager;
103 PbapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in PbapClientProfile()
DSapProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile()
DMapClientProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
99 MapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapClientProfile()
DMapProfile.java46 private final CachedBluetoothDeviceManager mDeviceManager;
100 MapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapProfile()
DHidProfile.java45 private final CachedBluetoothDeviceManager mDeviceManager;
90 CachedBluetoothDeviceManager deviceManager, in HidProfile()
DCsipSetCoordinatorProfile.java52 private final CachedBluetoothDeviceManager mDeviceManager;
99 CsipSetCoordinatorProfile(Context context, CachedBluetoothDeviceManager deviceManager, in CsipSetCoordinatorProfile()
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()
DHeadsetProfile.java47 private final CachedBluetoothDeviceManager mDeviceManager;
100 HeadsetProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HeadsetProfile()
DVolumeControlProfile.java49 private final CachedBluetoothDeviceManager mDeviceManager;
98 CachedBluetoothDeviceManager deviceManager, in VolumeControlProfile()
DHearingAidProfile.java80 private final CachedBluetoothDeviceManager mDeviceManager;
133 HearingAidProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HearingAidProfile()
DLeAudioProfile.java52 private final CachedBluetoothDeviceManager mDeviceManager;
112 CachedBluetoothDeviceManager deviceManager, in LeAudioProfile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogRepositoryTest.kt24 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager
48 @Mock private lateinit var cachedDeviceManager: CachedBluetoothDeviceManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesCheckerTest.java31 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
60 private CachedBluetoothDeviceManager mCachedBluetoothDeviceManager;
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DPbapClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DA2dpSinkProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DHfpClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DHidDeviceProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DMapClientProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
DSapProfileTest.java45 private CachedBluetoothDeviceManager mDeviceManager;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java47 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
114 final CachedBluetoothDeviceManager cachedBluetoothDeviceManager = mock( in setUp()
115 CachedBluetoothDeviceManager.class); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java41 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
70 private CachedBluetoothDeviceManager mMockDeviceManager;
86 mMockDeviceManager = mock(CachedBluetoothDeviceManager.class); in setup()

12