Home
last modified time | relevance | path

Searched refs:LocalBluetoothProfileManager (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java51 private final LocalBluetoothProfileManager mProfileManager;
123 new LocalBluetoothProfileManager( in LocalBluetoothManager()
168 public LocalBluetoothProfileManager getProfileManager() { in getProfileManager()
DHidDeviceProfile.java44 private final LocalBluetoothProfileManager mProfileManager;
51 LocalBluetoothProfileManager profileManager) { in HidDeviceProfile()
DLocalBluetoothAdapter.java50 private LocalBluetoothProfileManager mProfileManager;
64 void setProfileManager(LocalBluetoothProfileManager manager) { in setProfileManager()
DPbapClientProfile.java51 private final LocalBluetoothProfileManager mProfileManager;
104 LocalBluetoothProfileManager profileManager) { in PbapClientProfile()
DSapProfile.java47 private final LocalBluetoothProfileManager mProfileManager;
99 LocalBluetoothProfileManager profileManager) { in SapProfile()
DMapClientProfile.java47 private final LocalBluetoothProfileManager mProfileManager;
100 LocalBluetoothProfileManager profileManager) { in MapClientProfile()
DMapProfile.java47 private final LocalBluetoothProfileManager mProfileManager;
101 LocalBluetoothProfileManager profileManager) { in MapProfile()
DHidProfile.java46 private final LocalBluetoothProfileManager mProfileManager;
91 LocalBluetoothProfileManager profileManager) { in HidProfile()
DCsipSetCoordinatorProfile.java55 private final LocalBluetoothProfileManager mProfileManager;
100 LocalBluetoothProfileManager profileManager) { in CsipSetCoordinatorProfile()
DHfpClientProfile.java54 private final LocalBluetoothProfileManager mProfileManager;
100 LocalBluetoothProfileManager profileManager) { in HfpClientProfile()
DA2dpSinkProfile.java51 private final LocalBluetoothProfileManager mProfileManager;
93 LocalBluetoothProfileManager profileManager) { in A2dpSinkProfile()
DHeadsetProfile.java48 private final LocalBluetoothProfileManager mProfileManager;
101 LocalBluetoothProfileManager profileManager) { in HeadsetProfile()
DVolumeControlProfile.java50 private final LocalBluetoothProfileManager mProfileManager;
99 LocalBluetoothProfileManager profileManager) { in VolumeControlProfile()
DHearingAidProfile.java83 private final LocalBluetoothProfileManager mProfileManager;
134 LocalBluetoothProfileManager profileManager) { in HearingAidProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesPresetsController.java31 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
40 LocalBluetoothProfileManager.ServiceListener, BluetoothHapClient.Callback {
45 private final LocalBluetoothProfileManager mProfileManager;
52 public HearingDevicesPresetsController(LocalBluetoothProfileManager profileManager, in HearingDevicesPresetsController()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java96 private LocalBluetoothProfileManager mLocalProfileManager;
223 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice()
254 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice()
285 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice()
316 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice()
347 LocalBluetoothProfileManager profileManager = mock(LocalBluetoothProfileManager.class); in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice()
DLocalBluetoothProfileManagerTest.java76 private LocalBluetoothProfileManager mProfileManager;
97 new LocalBluetoothProfileManager( in setUp()
116 mProfileManager = spy(new LocalBluetoothProfileManager(mContext, mLocalBluetoothAdapter, in constructor_doNotUpdateProfiles()
DPbapClientProfileTest.java47 private LocalBluetoothProfileManager mProfileManager;
DA2dpSinkProfileTest.java47 private LocalBluetoothProfileManager mProfileManager;
DHfpClientProfileTest.java47 private LocalBluetoothProfileManager mProfileManager;
DHidDeviceProfileTest.java47 private LocalBluetoothProfileManager mProfileManager;
DMapClientProfileTest.java47 private LocalBluetoothProfileManager mProfileManager;
DSapProfileTest.java47 private LocalBluetoothProfileManager mProfileManager;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegateTest.java41 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
69 private final LocalBluetoothProfileManager mLocalBluetoothProfileManager = mock(
70 LocalBluetoothProfileManager.class);
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/volume/data/repository/
DAudioSharingRepositoryTest.kt27 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager
58 @Mock private lateinit var localBluetoothProfileManager: LocalBluetoothProfileManager

123