/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothManager.java | 51 private final LocalBluetoothProfileManager mProfileManager; 116 mProfileManager = new LocalBluetoothProfileManager(mContext, in LocalBluetoothManager() 161 public LocalBluetoothProfileManager getProfileManager() { in getProfileManager()
|
H A D | HidDeviceProfile.java | 44 private final LocalBluetoothProfileManager mProfileManager; 51 LocalBluetoothProfileManager profileManager) { in HidDeviceProfile()
|
H A D | LocalBluetoothAdapter.java | 48 private LocalBluetoothProfileManager mProfileManager; 62 void setProfileManager(LocalBluetoothProfileManager manager) { in setProfileManager()
|
H A D | HidProfile.java | 44 private final LocalBluetoothProfileManager mProfileManager; 89 LocalBluetoothProfileManager profileManager) { in HidProfile()
|
H A D | MapClientProfile.java | 47 private final LocalBluetoothProfileManager mProfileManager; 100 LocalBluetoothProfileManager profileManager) { in MapClientProfile()
|
H A D | PbapClientProfile.java | 51 private final LocalBluetoothProfileManager mProfileManager; 104 LocalBluetoothProfileManager profileManager) { in PbapClientProfile()
|
H A D | SapProfile.java | 47 private final LocalBluetoothProfileManager mProfileManager; 99 LocalBluetoothProfileManager profileManager) { in SapProfile()
|
H A D | A2dpSinkProfile.java | 51 private final LocalBluetoothProfileManager mProfileManager; 93 LocalBluetoothProfileManager profileManager) { in A2dpSinkProfile()
|
H A D | HfpClientProfile.java | 54 private final LocalBluetoothProfileManager mProfileManager; 100 LocalBluetoothProfileManager profileManager) { in HfpClientProfile()
|
H A D | MapProfile.java | 47 private final LocalBluetoothProfileManager mProfileManager; 101 LocalBluetoothProfileManager profileManager) { in MapProfile()
|
H A D | HeadsetProfile.java | 48 private final LocalBluetoothProfileManager mProfileManager; 101 LocalBluetoothProfileManager profileManager) { in HeadsetProfile()
|
H A D | HearingAidProfile.java | 50 private final LocalBluetoothProfileManager mProfileManager; 100 LocalBluetoothProfileManager profileManager) { in HearingAidProfile()
|
H A D | A2dpProfile.java | 57 private final LocalBluetoothProfileManager mProfileManager; 100 LocalBluetoothProfileManager profileManager) { in A2dpProfile()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothDetailsProfilesController.java | 36 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager; 50 LocalBluetoothProfileManager.ServiceListener { 59 private LocalBluetoothProfileManager mProfileManager;
|
H A D | BluetoothDeviceUpdater.java | 37 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager; 53 LocalBluetoothProfileManager.ServiceListener {
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothProfileManagerTest.java | 72 private LocalBluetoothProfileManager mProfileManager; 85 mProfileManager = new LocalBluetoothProfileManager(mContext, mLocalBluetoothAdapter, in setUp() 104 mProfileManager = spy(new LocalBluetoothProfileManager(mContext, mLocalBluetoothAdapter, in constructor_doNotUpdateProfiles()
|
H A D | HidDeviceProfileTest.java | 47 private LocalBluetoothProfileManager mProfileManager;
|
H A D | A2dpSinkProfileTest.java | 47 private LocalBluetoothProfileManager mProfileManager;
|
H A D | HfpClientProfileTest.java | 47 private LocalBluetoothProfileManager mProfileManager;
|
H A D | MapClientProfileTest.java | 47 private LocalBluetoothProfileManager mProfileManager;
|
H A D | PbapClientProfileTest.java | 47 private LocalBluetoothProfileManager mProfileManager;
|
H A D | SapProfileTest.java | 47 private LocalBluetoothProfileManager mProfileManager;
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | AccessibilityHearingAidPreferenceControllerTest.java | 47 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager; 87 private LocalBluetoothProfileManager mLocalBluetoothProfileManager;
|
/aosp12/packages/apps/Settings/src/com/android/settings/sound/ |
H A D | AudioSwitchPreferenceController.java | 49 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager; 73 protected LocalBluetoothProfileManager mProfileManager;
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImplTest.java | 42 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager; 79 .thenReturn(mock(LocalBluetoothProfileManager.class)); in setup()
|