Searched refs:CachedBluetoothDeviceManager (Results 1 – 25 of 50) sorted by relevance
12
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bluetooth/ |
D | CachedBluetoothDeviceManagerKosmos.kt | 19 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/ |
D | LocalBluetoothManager.java | 48 private final CachedBluetoothDeviceManager mCachedDeviceManager; 113 mCachedDeviceManager = new CachedBluetoothDeviceManager(mContext, this); in LocalBluetoothManager() 160 public CachedBluetoothDeviceManager getCachedDeviceManager() { in getCachedDeviceManager()
|
D | HidDeviceProfile.java | 43 private final CachedBluetoothDeviceManager mDeviceManager; 50 HidDeviceProfile(Context context,CachedBluetoothDeviceManager deviceManager, in HidDeviceProfile()
|
D | PbapClientProfile.java | 44 private final CachedBluetoothDeviceManager mDeviceManager; 103 PbapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in PbapClientProfile()
|
D | SapProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile()
|
D | MapClientProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 99 MapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapClientProfile()
|
D | MapProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 100 MapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapProfile()
|
D | HidProfile.java | 45 private final CachedBluetoothDeviceManager mDeviceManager; 90 CachedBluetoothDeviceManager deviceManager, in HidProfile()
|
D | CsipSetCoordinatorProfile.java | 52 private final CachedBluetoothDeviceManager mDeviceManager; 99 CsipSetCoordinatorProfile(Context context, CachedBluetoothDeviceManager deviceManager, in CsipSetCoordinatorProfile()
|
D | HfpClientProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 99 HfpClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HfpClientProfile()
|
D | A2dpSinkProfile.java | 43 private final CachedBluetoothDeviceManager mDeviceManager; 92 A2dpSinkProfile(Context context, CachedBluetoothDeviceManager deviceManager, in A2dpSinkProfile()
|
D | HeadsetProfile.java | 47 private final CachedBluetoothDeviceManager mDeviceManager; 100 HeadsetProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HeadsetProfile()
|
D | VolumeControlProfile.java | 49 private final CachedBluetoothDeviceManager mDeviceManager; 98 CachedBluetoothDeviceManager deviceManager, in VolumeControlProfile()
|
D | HearingAidProfile.java | 80 private final CachedBluetoothDeviceManager mDeviceManager; 133 HearingAidProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HearingAidProfile()
|
D | LeAudioProfile.java | 52 private final CachedBluetoothDeviceManager mDeviceManager; 112 CachedBluetoothDeviceManager deviceManager, in LeAudioProfile()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothTileDialogRepositoryTest.kt | 24 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager 48 @Mock private lateinit var cachedDeviceManager: CachedBluetoothDeviceManager
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesCheckerTest.java | 31 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager; 60 private CachedBluetoothDeviceManager mCachedBluetoothDeviceManager;
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | PbapClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | A2dpSinkProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | HfpClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | HidDeviceProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | MapClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | SapProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
D | MediaOutputBaseDialogTest.java | 47 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/ |
D | BluetoothControllerImplTest.java | 41 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager; 70 private CachedBluetoothDeviceManager mMockDeviceManager; 86 mMockDeviceManager = mock(CachedBluetoothDeviceManager.class); in setup()
|
12