/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsActiveDeviceSummaryUpdater.java | 55 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
|
D | AudioStreamsHelper.java | 259 CachedBluetoothDevice cachedDevice, LocalBluetoothManager localBtManager) { in hasConnectedBroadcastSource()
|
D | AudioStreamMediaService.java | 361 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothFeatureProvider.java | 106 @NonNull CachedBluetoothDevice cachedDevice, in getDeviceDetailsFragmentFormatter()
|
D | DevicePickerFragment.java | 159 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged()
|
D | BluetoothPermissionRequest.java | 238 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(mDevice); in checkUserChoice() local
|
D | BluetoothPairingController.java | 101 final CachedBluetoothDevice cachedDevice = in BluetoothPairingController() local
|
D | BluetoothDevicePreference.java | 139 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice, in BluetoothDevicePreference()
|
D | BluetoothDeviceDetailsFragment.java | 168 CachedBluetoothDevice cachedDevice = in getCachedDevice() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/bluetooth/ui/view/ |
D | DeviceDetailsMoreSettingsFragment.java | 32 private com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice; field in DeviceDetailsMoreSettingsFragment
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/bluetooth/ |
D | BluetoothFeatureProviderImpl.java | 91 …com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice, @org.jetbrains.annotations.N… in getDeviceDetailsFragmentFormatter()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | AvailableMediaDeviceGroupController.java | 277 final CachedBluetoothDevice cachedDevice = in onDeviceClick() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | MediaVolumePreferenceControllerTest.java | 227 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in getSliceEndItem_deviceIsNotBroadcasting_getsActivityIntent() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | AccessoryUtils.java | 223 public static boolean hasAudioProfile(CachedBluetoothDevice cachedDevice) { in hasAudioProfile()
|
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothScanningDevicesGroupPreferenceControllerTest.java | 389 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
|
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/ |
D | BluetoothScanningDevicesGroupPreferenceControllerTest.java | 389 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
|
/aosp_15_r20/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicesGroupPreferenceControllerTest.java | 308 protected void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | BluetoothTile.java | 317 private void listenToMetadata(CachedBluetoothDevice cachedDevice) { in listenToMetadata()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingCallAudioPreferenceController.java | 245 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePreferenceTest.java | 409 private void prepareCachedBluetoothDevice(CachedBluetoothDevice cachedDevice, String address, in prepareCachedBluetoothDevice()
|
D | BluetoothDevicePairingDetailBaseTest.java | 383 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ui/view/ |
D | DeviceDetailsMoreSettingsFragment.kt | 52 private lateinit var cachedDevice: CachedBluetoothDevice in <lambda>() variable in com.android.settings.bluetooth.ui.view.DeviceDetailsMoreSettingsFragment
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevices.java | 140 CachedBluetoothDevice cachedDevice = filteredDevices.get(j); in getQCItem() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
H A D | DeviceItemInteractor.kt | 125 .mapNotNull { cachedDevice -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/ |
H A D | DeviceItemFactoryTest.kt | 55 @Mock private lateinit var cachedDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.DeviceItemFactoryTest
|