Home
last modified time | relevance | path

Searched defs:cachedDevice (Results 1 – 25 of 145) sorted by relevance

123456

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/bluetooth/devicesettings/shared/model/
DDeviceSettingModel.java27 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in DeviceSettingModel.ActionSwitchPreference
43 public ActionSwitchPreference(@org.jetbrains.annotations.NotNull() in ActionSwitchPreference()
144 …gs.shared.model.DeviceSettingModel.ActionSwitchPreference copy(@org.jetbrains.annotations.NotNull() in copy()
192 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in DeviceSettingModel.FooterPreference
197 public FooterPreference(@org.jetbrains.annotations.NotNull() in FooterPreference()
235 …settings.shared.model.DeviceSettingModel.FooterPreference copy(@org.jetbrains.annotations.NotNull() in copy()
266 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in DeviceSettingModel.HelpPreference
271 public HelpPreference(@org.jetbrains.annotations.NotNull() in HelpPreference()
309 …cesettings.shared.model.DeviceSettingModel.HelpPreference copy(@org.jetbrains.annotations.NotNull() in copy()
340 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in DeviceSettingModel.MultiTogglePreference
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java157 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
162 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
170 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
175 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
185 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
235 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
243 protected void addPreference(CachedBluetoothDevice cachedDevice, in addPreference()
265 protected void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
313 public boolean isDeviceConnected(CachedBluetoothDevice cachedDevice) { in isDeviceConnected()
347 protected boolean isDeviceInCachedDevicesList(CachedBluetoothDevice cachedDevice) { in isDeviceInCachedDevicesList()
DSavedBluetoothDeviceUpdater.java68 final CachedBluetoothDevice cachedDevice = cachedManager.findDevice(device); in forceUpdate() local
82 final CachedBluetoothDevice cachedDevice = cachedManager.findDevice(device); in removePreferenceIfNecessary() local
91 public void update(CachedBluetoothDevice cachedDevice) { in update()
102 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java114 Context context, CachedBluetoothDevice cachedDevice) { in getDerivedBtClassDrawableWithDescription()
130 Context context, CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription()
216 Context context, CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription()
258 Context context, CachedBluetoothDevice cachedDevice) { in getBtDrawableWithDescription()
542 CachedBluetoothDevice cachedDevice, AudioManager audioManager) { in isAvailableMediaBluetoothDevice()
607 CachedBluetoothDevice cachedDevice, in isAvailableAudioSharingMediaBluetoothDevice()
710 public static boolean hasConnectedBroadcastSource( in hasConnectedBroadcastSource()
812 public static boolean isAvailableHearingDevice(CachedBluetoothDevice cachedDevice) { in isAvailableHearingDevice()
835 CachedBluetoothDevice cachedDevice, AudioManager audioManager) { in isConnectedBluetoothDevice()
882 public static boolean isActiveMediaDevice(CachedBluetoothDevice cachedDevice) { in isActiveMediaDevice()
[all …]
H A DBluetoothCallback.java73 default void onDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) {} in onDeviceAdded()
80 default void onDeviceDeleted(@NonNull CachedBluetoothDevice cachedDevice) {} in onDeviceDeleted()
92 default void onDeviceBondStateChanged( in onDeviceBondStateChanged()
109 default void onConnectionStateChanged( in onConnectionStateChanged()
147 default void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
163 default void onAclConnectionStateChanged( in onAclConnectionStateChanged()
H A DBluetoothEventManager.java195 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in readPairedDevices() local
205 void dispatchDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded()
211 void dispatchDeviceRemoved(@NonNull CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved()
240 private void dispatchConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in dispatchConnectionStateChanged()
349 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
369 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
397 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
472 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
481 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
490 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
H A DCachedBluetoothDeviceManager.java70 public static boolean onDeviceDisappeared(CachedBluetoothDevice cachedDevice) { in onDeviceDisappeared()
76 CachedBluetoothDevice cachedDevice = findDevice(device); in onDeviceNameUpdated() local
254 CachedBluetoothDevice cachedDevice = findDevice(device); in getName() local
281 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in clearNonBondedSubDevices() local
308 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onScanningStateChanged() local
329 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onBluetoothStateChanged() local
374 cachedDevice, int state, int profileId) { in onProfileConnectionStateChangedIfProcessed()
H A DHearingAidDeviceManager.java128 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local
163 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onHiSyncIdChanged() local
213 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
271 private CachedBluetoothDevice getConnectedSecondaryDevice(CachedBluetoothDevice cachedDevice) { in getConnectedSecondaryDevice()
402 private HearingAidInfo generateHearingAidInfo(CachedBluetoothDevice cachedDevice) { in generateHearingAidInfo()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java174 public void onDeviceDeleted(@NonNull CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
192 public void onDeviceBondStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged()
221 public void onProfileConnectionStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged()
255 void addDevice(CachedBluetoothDevice cachedDevice) { in addDevice()
283 void removeDevice(CachedBluetoothDevice cachedDevice) { in removeDevice()
329 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(device); in handleLeScanResult() local
456 void discoverServices(CachedBluetoothDevice cachedDevice) { in discoverServices()
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceController.java93 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
111 protected abstract void onDeviceClicked(CachedBluetoothDevice cachedDevice); in onDeviceClicked()
156 public final void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
161 public final void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
165 private void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
174 private void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
DBluetoothBondedDevicesPreferenceController.java110 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
134 protected void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked()
142 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
176 private void toggleBluetoothConnectivity(boolean connect, CachedBluetoothDevice cachedDevice) { in toggleBluetoothConnectivity()
185 CachedBluetoothDevice cachedDevice = preference.getCachedDevice(); in setButtonsCheckedAndListeners() local
DBluetoothPreferenceController.java118 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
122 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
130 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java347 public void onDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
355 public void onDeviceDeleted(@NonNull CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
362 public void onDeviceBondStateChanged( in onDeviceBondStateChanged()
377 public void onConnectionStateChanged( in onConnectionStateChanged()
387 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
406 public void onAclConnectionStateChanged( in onAclConnectionStateChanged()
414 public void addOnMetadataChangedListener( in addOnMetadataChangedListener()
427 public void removeOnMetadataChangedListener( in removeOnMetadataChangedListener()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DBluetoothTileTest.kt160 val cachedDevice = mock<CachedBluetoothDevice>() in testSecondaryLabel_whenBatteryMetadataAvailable_isMetadataBatteryLevelState() constant
179 val cachedDevice = mock<CachedBluetoothDevice>() in testSecondaryLabel_whenBatteryMetadataUnavailable_isBluetoothBatteryLevelState() constant
239 val cachedDevice = mock<CachedBluetoothDevice>() in testMetadataListener_whenDisconnected_isUnregistered() constant
252 val cachedDevice = mock<CachedBluetoothDevice>() in testMetadataListener_whenTileNotListening_isUnregistered() constant
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java63 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
68 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
78 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
88 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDevicePreferenceController.java347 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged()
390 CachedBluetoothDevice cachedDevice = in onDeviceClick() local
435 private void handleOnProfileStateChanged( in handleOnProfileStateChanged()
469 private boolean isMediaDevice(CachedBluetoothDevice cachedDevice) { in isMediaDevice()
480 CachedBluetoothDevice cachedDevice, int bluetoothProfile) { in isFirstConnectedProfile()
513 CachedBluetoothDevice cachedDevice = in handleDeviceClickFromIntent() local
DAudioSharingUtils.java92 CachedBluetoothDevice cachedDevice = cacheManager.findDevice(device); in fetchConnectedDevicesByGroupId() local
230 CachedBluetoothDevice cachedDevice) { in buildAudioSharingDeviceItem()
243 public static boolean isActiveLeAudioDevice(@Nullable CachedBluetoothDevice cachedDevice) { in isActiveLeAudioDevice()
324 public static boolean isLeAudioSupported(CachedBluetoothDevice cachedDevice) { in isLeAudioSupported()
351 @NonNull Context context, @Nullable CachedBluetoothDevice cachedDevice) { in setPrimary()
DAudioSharingDialogHandler.java181 public void handleDeviceConnected( in handleDeviceConnected()
213 private void handleNonLeAudioDeviceConnected( in handleNonLeAudioDeviceConnected()
260 private void handleLeAudioDeviceConnected( in handleLeAudioDeviceConnected()
445 public void closeOpeningDialogsForLeaDevice(@NonNull CachedBluetoothDevice cachedDevice) { in closeOpeningDialogsForLeaDevice()
468 public void closeOpeningDialogsForNonLeaDevice(@NonNull CachedBluetoothDevice cachedDevice) { in closeOpeningDialogsForNonLeaDevice()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bluetooth/qsdialog/
DDeviceItemFactory.java26com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice, @org.jetbrains.annotations.N… in isFilterMatched()
31com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice, @org.jetbrains.annotations.N… in isFilterMatched()
39 com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice); in create()
43 …ndroid.systemui.bluetooth.qsdialog.DeviceItem createDeviceItem(@org.jetbrains.annotations.NotNull() in createDeviceItem()
60 …ndroid.systemui.bluetooth.qsdialog.DeviceItem createDeviceItem(@org.jetbrains.annotations.NotNull() in createDeviceItem()
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/shared/model/
H A DDeviceSettingModel.kt28 val cachedDevice: CachedBluetoothDevice constant
33 override val cachedDevice: CachedBluetoothDevice, constant in com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingModel.ActionSwitchPreference
46 override val cachedDevice: CachedBluetoothDevice, constant in com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingModel.MultiTogglePreference
58 override val cachedDevice: CachedBluetoothDevice, constant in com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingModel.FooterPreference
65 override val cachedDevice: CachedBluetoothDevice, constant in com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingModel.HelpPreference
72 override val cachedDevice: CachedBluetoothDevice, constant in com.android.settingslib.bluetooth.devicesettings.shared.model.DeviceSettingModel.Unknown
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/bluetooth/ui/viewmodel/
DBluetoothDeviceDetailsViewModel.java32 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in BluetoothDeviceDetailsViewModel
45com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice, @org.jetbrains.annotations.N… in BluetoothDeviceDetailsViewModel()
65 …etooth.ui.model.DeviceSettingPreferenceModel> getDeviceSetting(@org.jetbrains.annotations.NotNull() in getDeviceSetting()
97 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in BluetoothDeviceDetailsViewModel.Factory
104com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice, @org.jetbrains.annotations.N… in Factory()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/bluetooth/devicesettings/data/repository/
DDeviceSettingServiceConnection.java40 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in DeviceSettingServiceConnection
70 public DeviceSettingServiceConnection(@org.jetbrains.annotations.NotNull() in DeviceSettingServiceConnection()
128 …iceSetting>> getDeviceSettingsFromService(com.android.settingslib.bluetooth.CachedBluetoothDevice … in getDeviceSettingsFromService()
136 …va.lang.Object tryGetEndpointFromMetadata(com.android.settingslib.bluetooth.CachedBluetoothDevice … in tryGetEndpointFromMetadata()
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java186 final CachedBluetoothDevice cachedDevice = in connectDevice() local
570 final CachedBluetoothDevice cachedDevice = in getMutingExpectedDevice() local
579 private boolean isMutingExpectedDevice(CachedBluetoothDevice cachedDevice) { in isMutingExpectedDevice()
601 final CachedBluetoothDevice cachedDevice = in buildDisconnectedBluetoothDevice() local
629 private boolean isBondedMediaDevice(CachedBluetoothDevice cachedDevice) { in isBondedMediaDevice()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java177 public void onDeviceAdded(@org.jetbrains.annotations.NotNull() in onDeviceAdded()
181 …private final java.lang.Object addDevice(com.android.settingslib.bluetooth.CachedBluetoothDevice c… in addDevice()
185 …l java.lang.Object createDevicePreference(com.android.settingslib.bluetooth.CachedBluetoothDevice … in createDevicePreference()
199 public void onDeviceDeleted(@org.jetbrains.annotations.NotNull() in onDeviceDeleted()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/bluetooth/
DProfileConnectionState.java6 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in ProfileConnectionState
10 public ProfileConnectionState(@org.jetbrains.annotations.NotNull() in ProfileConnectionState()
43 … com.android.settingslib.bluetooth.ProfileConnectionState copy(@org.jetbrains.annotations.NotNull() in copy()

123456