/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsSpatialAudioController.java | 305 if (SA_PROFILES.contains(profile.getProfileId()) in getAvailableDeviceByProfileState() 307 switch (profile.getProfileId()) { in getAvailableDeviceByProfileState() 344 + profile.getProfileId()); in getAvailableDeviceByProfileState()
|
D | BluetoothDetailsHeaderController.java | 52 .anyMatch(profile -> profile.getProfileId() == BluetoothProfile.LE_AUDIO); in isAvailable()
|
D | BluetoothPairingController.java | 114 if (profile.getProfileId() == BluetoothProfile.LE_AUDIO) { in BluetoothPairingController()
|
D | LeAudioBluetoothDetailsHeaderController.java | 112 .anyMatch(profile -> profile.getProfileId() == BluetoothProfile.LE_AUDIO); in getAvailabilityStatus()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsSpatialAudioControllerTest.java | 102 when(mA2dpProfile.getProfileId()).thenReturn(BluetoothProfile.A2DP); in setUp() 103 when(mLeAudioProfile.getProfileId()).thenReturn(BluetoothProfile.LE_AUDIO); in setUp() 104 when(mHearingAidProfile.getProfileId()).thenReturn(BluetoothProfile.HEARING_AID); in setUp()
|
D | BluetoothPairingControllerTest.java | 272 when(mLocalBluetoothProfile.getProfileId()).thenReturn(profileId); in mockIsLeAudio()
|
D | BluetoothDetailsProfilesControllerTest.java | 181 public int getProfileId() { in getProfileId() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevicesTest.java | 442 when(phoneProfile.getProfileId()).thenReturn(BluetoothProfile.HEADSET_CLIENT); in addBluetoothDevice() 443 when(mediaProfile.getProfileId()).thenReturn(BluetoothProfile.A2DP_SINK); in addBluetoothDevice() 453 if (profile.getProfileId() == profileId) { in getProfile()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothBondedDevicesPreferenceController.java | 200 if (profile.getProfileId() == BluetoothProfile.HEADSET_CLIENT) { in setButtonsCheckedAndListeners() 202 } else if (profile.getProfileId() == BluetoothProfile.A2DP_SINK) { in setButtonsCheckedAndListeners()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | MetricsLoggerTest.java | 139 Assert.assertEquals(ProfileId.AVRCP, profileUsageStatsAvrcp.getProfileId()); in testLogProfileConnectionEvent() 176 profileUsageStats.forEach(item -> profileUsageStatsMap.put(item.getProfileId(), item)); in getProfileUsageStatsMap()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/ |
D | BluetoothTestUtils.java | 144 public int getProfileId() { in getProfileId() method in BluetoothTestUtils.TestLocalBluetoothProfile
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDevicePreferenceControllerTest.java | 165 when(mHeadsetProfile.getProfileId()).thenReturn(BluetoothProfile.HEADSET); in setUp() 166 when(mA2dpProfile.getProfileId()).thenReturn(BluetoothProfile.A2DP); in setUp() 167 when(mLeAudioProfile.getProfileId()).thenReturn(BluetoothProfile.LE_AUDIO); in setUp()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | AccessoryUtils.java | 226 if (profile.getProfileId() == BluetoothProfile.A2DP) { in hasAudioProfile()
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevices.java | 316 if (profile.getProfileId() == profileId) { in getProfile()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDevicePreferenceController.java | 441 profile.getProfileId() != bluetoothProfile in isFirstConnectedProfile()
|