Searched refs:CachedBluetoothDeviceManager (Results 1 – 25 of 41) sorted by relevance
12
/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() 153 public CachedBluetoothDeviceManager getCachedDeviceManager() { in getCachedDeviceManager()
|
D | HidDeviceProfile.java | 43 private final CachedBluetoothDeviceManager mDeviceManager; 50 HidDeviceProfile(Context context,CachedBluetoothDeviceManager deviceManager, in HidDeviceProfile()
|
D | VolumeControlProfile.java | 47 private final CachedBluetoothDeviceManager mDeviceManager; 94 VolumeControlProfile(Context context, CachedBluetoothDeviceManager deviceManager, in VolumeControlProfile()
|
D | SapProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile()
|
D | PbapClientProfile.java | 44 private final CachedBluetoothDeviceManager mDeviceManager; 103 PbapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in PbapClientProfile()
|
D | MapClientProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 99 MapClientProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapClientProfile()
|
D | HidProfile.java | 43 private final CachedBluetoothDeviceManager mDeviceManager; 88 CachedBluetoothDeviceManager deviceManager, in HidProfile()
|
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 | MapProfile.java | 46 private final CachedBluetoothDeviceManager mDeviceManager; 100 MapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in MapProfile()
|
D | CsipSetCoordinatorProfile.java | 52 private final CachedBluetoothDeviceManager mDeviceManager; 99 CsipSetCoordinatorProfile(Context context, CachedBluetoothDeviceManager deviceManager, in CsipSetCoordinatorProfile()
|
D | HeadsetProfile.java | 47 private final CachedBluetoothDeviceManager mDeviceManager; 100 HeadsetProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HeadsetProfile()
|
D | LeAudioProfile.java | 56 private final CachedBluetoothDeviceManager mDeviceManager; 114 LeAudioProfile(Context context, CachedBluetoothDeviceManager deviceManager, in LeAudioProfile()
|
D | LocalBluetoothLeBroadcastAssistant.java | 61 private final CachedBluetoothDeviceManager mDeviceManager; 110 CachedBluetoothDeviceManager deviceManager, in LocalBluetoothLeBroadcastAssistant()
|
D | HearingAidProfile.java | 82 private final CachedBluetoothDeviceManager mDeviceManager; 134 HearingAidProfile(Context context, CachedBluetoothDeviceManager deviceManager, in HearingAidProfile()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImplTest.java | 38 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/ |
D | MediaOutputBaseDialogTest.java | 46 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/ |
D | MapClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | PbapClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | HfpClientProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | HidDeviceProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | A2dpSinkProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | SapProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | HearingAidProfileTest.java | 45 private CachedBluetoothDeviceManager mDeviceManager;
|
D | HeadsetProfileTest.java | 31 private CachedBluetoothDeviceManager mDeviceManager;
|
12