Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java51 private final LocalBluetoothProfileManager mProfileManager;
116 mProfileManager = new LocalBluetoothProfileManager(mContext, in LocalBluetoothManager()
161 public LocalBluetoothProfileManager getProfileManager() { in getProfileManager()
DHidDeviceProfile.java42 private final LocalBluetoothProfileManager mProfileManager;
49 LocalBluetoothProfileManager profileManager) { in HidDeviceProfile()
DLocalBluetoothAdapter.java48 private LocalBluetoothProfileManager mProfileManager;
62 void setProfileManager(LocalBluetoothProfileManager manager) { in setProfileManager()
DHidProfile.java41 private final LocalBluetoothProfileManager mProfileManager;
86 LocalBluetoothProfileManager profileManager) { in HidProfile()
DA2dpSinkProfile.java48 private final LocalBluetoothProfileManager mProfileManager;
90 LocalBluetoothProfileManager profileManager) { in A2dpSinkProfile()
DHfpClientProfile.java51 private final LocalBluetoothProfileManager mProfileManager;
97 LocalBluetoothProfileManager profileManager) { in HfpClientProfile()
DMapProfile.java44 private final LocalBluetoothProfileManager mProfileManager;
98 LocalBluetoothProfileManager profileManager) { in MapProfile()
DMapClientProfile.java44 private final LocalBluetoothProfileManager mProfileManager;
99 LocalBluetoothProfileManager profileManager) { in MapClientProfile()
DPbapClientProfile.java48 private final LocalBluetoothProfileManager mProfileManager;
101 LocalBluetoothProfileManager profileManager) { in PbapClientProfile()
DSapProfile.java44 private final LocalBluetoothProfileManager mProfileManager;
96 LocalBluetoothProfileManager profileManager) { in SapProfile()
DHeadsetProfile.java44 private final LocalBluetoothProfileManager mProfileManager;
96 LocalBluetoothProfileManager profileManager) { in HeadsetProfile()
DHearingAidProfile.java44 private final LocalBluetoothProfileManager mProfileManager;
93 LocalBluetoothProfileManager profileManager) { in HearingAidProfile()
DA2dpProfile.java52 private final LocalBluetoothProfileManager mProfileManager;
95 LocalBluetoothProfileManager profileManager) { in A2dpProfile()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DPhoneMediaDevice.java27 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
38 private LocalBluetoothProfileManager mProfileManager;
DBluetoothMediaManager.java31 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
40 LocalBluetoothProfileManager.ServiceListener {
48 private LocalBluetoothProfileManager mProfileManager;
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DPhoneMediaDeviceTest.java30 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
44 private LocalBluetoothProfileManager mLocalProfileManager;
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java72 private LocalBluetoothProfileManager mProfileManager;
85 mProfileManager = new LocalBluetoothProfileManager(mContext, mLocalBluetoothAdapter, in setUp()
104 mProfileManager = spy(new LocalBluetoothProfileManager(mContext, mLocalBluetoothAdapter, in constructor_doNotUpdateProfiles()
DSapProfileTest.java48 private LocalBluetoothProfileManager mProfileManager;
DPbapClientProfileTest.java48 private LocalBluetoothProfileManager mProfileManager;
DMapClientProfileTest.java48 private LocalBluetoothProfileManager mProfileManager;
DHfpClientProfileTest.java48 private LocalBluetoothProfileManager mProfileManager;
DHidDeviceProfileTest.java48 private LocalBluetoothProfileManager mProfileManager;
DA2dpSinkProfileTest.java48 private LocalBluetoothProfileManager mProfileManager;
DHeadsetProfileTest.java33 private LocalBluetoothProfileManager mProfileManager;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java42 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
77 .thenReturn(mock(LocalBluetoothProfileManager.class)); in setup()

12