Home
last modified time | relevance | path

Searched defs:cachedDevice (Results 76 – 100 of 145) sorted by relevance

123456

/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsActiveDeviceSummaryUpdater.java55 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
DAudioStreamsHelper.java259 CachedBluetoothDevice cachedDevice, LocalBluetoothManager localBtManager) { in hasConnectedBroadcastSource()
DAudioStreamMediaService.java361 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFeatureProvider.java106 @NonNull CachedBluetoothDevice cachedDevice, in getDeviceDetailsFragmentFormatter()
DDevicePickerFragment.java159 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged()
DBluetoothPermissionRequest.java238 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(mDevice); in checkUserChoice() local
DBluetoothPairingController.java101 final CachedBluetoothDevice cachedDevice = in BluetoothPairingController() local
DBluetoothDevicePreference.java139 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice, in BluetoothDevicePreference()
DBluetoothDeviceDetailsFragment.java168 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/
DDeviceDetailsMoreSettingsFragment.java32 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/
DBluetoothFeatureProviderImpl.java91com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice, @org.jetbrains.annotations.N… in getDeviceDetailsFragmentFormatter()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupController.java277 final CachedBluetoothDevice cachedDevice = in onDeviceClick() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DMediaVolumePreferenceControllerTest.java227 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in getSliceEndItem_deviceIsNotBroadcasting_getsActivityIntent() local
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAccessoryUtils.java223 public static boolean hasAudioProfile(CachedBluetoothDevice cachedDevice) { in hasAudioProfile()
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothScanningDevicesGroupPreferenceControllerTest.java389 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/
DBluetoothScanningDevicesGroupPreferenceControllerTest.java389 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
/aosp_15_r20/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceControllerTest.java308 protected void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java317 private void listenToMetadata(CachedBluetoothDevice cachedDevice) { in listenToMetadata()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingCallAudioPreferenceController.java245 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePreferenceTest.java409 private void prepareCachedBluetoothDevice(CachedBluetoothDevice cachedDevice, String address, in prepareCachedBluetoothDevice()
DBluetoothDevicePairingDetailBaseTest.java383 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ui/view/
DDeviceDetailsMoreSettingsFragment.kt52 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/
DPairedBluetoothDevices.java140 CachedBluetoothDevice cachedDevice = filteredDevices.get(j); in getQCItem() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
H A DDeviceItemInteractor.kt125 .mapNotNull { cachedDevice -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
H A DDeviceItemFactoryTest.kt55 @Mock private lateinit var cachedDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.DeviceItemFactoryTest

123456