/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/bluetooth/devicesettings/shared/model/ |
D | DeviceSettingModel.java | 27 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/ |
D | BluetoothDeviceUpdater.java | 157 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()
|
D | SavedBluetoothDeviceUpdater.java | 68 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 D | BluetoothUtils.java | 114 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 D | BluetoothCallback.java | 73 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 D | BluetoothEventManager.java | 195 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 D | CachedBluetoothDeviceManager.java | 70 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 D | HearingAidDeviceManager.java | 128 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/ |
D | HearingDevicePairingFragment.java | 174 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/ |
D | BluetoothDevicesGroupPreferenceController.java | 93 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()
|
D | BluetoothBondedDevicesPreferenceController.java | 110 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
|
D | BluetoothPreferenceController.java | 118 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 D | BluetoothControllerImpl.java | 347 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 D | BluetoothTileTest.kt | 160 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/ |
D | PairedBluetoothDevicesWorker.java | 63 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/ |
D | AudioSharingDevicePreferenceController.java | 347 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
|
D | AudioSharingUtils.java | 92 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()
|
D | AudioSharingDialogHandler.java | 181 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/ |
D | DeviceItemFactory.java | 26 …com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice, @org.jetbrains.annotations.N… in isFilterMatched() 31 …com.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 D | DeviceSettingModel.kt | 28 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/ |
D | BluetoothDeviceDetailsViewModel.java | 32 private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedDevice = null; field in BluetoothDeviceDetailsViewModel 45 …com.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 104 …com.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/ |
D | DeviceSettingServiceConnection.java | 40 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 D | LocalMediaManager.java | 186 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/ |
D | DeviceListPreferenceFragment.java | 177 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/ |
D | ProfileConnectionState.java | 6 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()
|