/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowBluetoothHeadset.java | 59 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice() 64 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice() 128 protected boolean startVoiceRecognition(BluetoothDevice bluetoothDevice) { in startVoiceRecognition() 150 protected boolean stopVoiceRecognition(BluetoothDevice bluetoothDevice) { in stopVoiceRecognition() 160 protected boolean isAudioConnected(BluetoothDevice bluetoothDevice) { in isAudioConnected() 189 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice() 228 private boolean isDeviceActive(BluetoothDevice bluetoothDevice) { in isDeviceActive() 233 int bluetoothProfileExtraState, BluetoothDevice bluetoothDevice) { in sendAudioStateChangedBroadcast()
|
H A D | ShadowBluetoothA2dp.java | 50 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice() 58 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice() 142 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()
|
H A D | ShadowInCallService.java | 44 private BluetoothDevice bluetoothDevice; field in ShadowInCallService 160 protected void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() 228 void requestBluetoothAudio(BluetoothDevice bluetoothDevice); in requestBluetoothAudio()
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothUtils.java | 261 final BluetoothDevice bluetoothDevice = cachedDevice.getDevice(); in getBtDrawableWithDescription() local 305 public static boolean isAdvancedDetailsHeader(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedDetailsHeader() 339 public static boolean isAdvancedUntetheredDevice(@NonNull BluetoothDevice bluetoothDevice) { in isAdvancedUntetheredDevice() 365 public static boolean isDeviceClassMatched( in isDeviceClassMatched() 380 private static boolean isUntetheredHeadset(@NonNull BluetoothDevice bluetoothDevice) { in isUntetheredHeadset() 443 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData() 461 public static String getStringMetaData(BluetoothDevice bluetoothDevice, int key) { in getStringMetaData() 479 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData() 501 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData() 516 public static String getFastPairCustomizedField( in getFastPairCustomizedField() [all …]
|
H A D | A2dpProfile.java | 227 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in supportsHighQualityAudio() local 240 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in isHighQualityAudioEnabled() local 266 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in setHighQualityAudioEnabled() local 292 BluetoothDevice bluetoothDevice = (device != null) ? device : getActiveDevice(); in getHighQualityAudioOptionLabel() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Host.kt | 299 var bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in waitConnection() variable 326 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in waitDisconnection() constant 353 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in connect() constant 382 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in disconnect() constant 451 val bluetoothDevice = in connectLE() constant 608 val bluetoothDevice = result.device in scan() constant 827 val bluetoothDevice = it.getBluetoothDeviceExtra() in inquiry() constant
|
D | Security.kt | 79 val bluetoothDevice = intent.getBluetoothDeviceExtra() in <lambda>() constant 118 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in <lambda>() constant 212 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in <lambda>() constant
|
D | Opp.kt | 91 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in openRfcommChannel() constant 102 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in openL2capChannel() constant
|
D | Os.kt | 56 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in setAccessPermission() constant
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowBluetoothDeviceTest.java | 49 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothDeviceViaNewInstance() local 173 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_doesntCrash() local 184 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransport_doesntCrash() local 197 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhy_doesntCrash() local 211 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhyHandler_doesntCrash() local 279 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withInterceptor() local
|
/aosp_15_r20/external/robolectric/integration_tests/kotlin/src/test/kotlin/org/robolectric/integrationtests/kotlin/flow/ |
H A D | BluetoothProvisionerTest.kt | 38 val bluetoothDevice = bluetoothManager.adapter.getRemoteDevice(BLUETOOTH_MAC) in newScanResult() constant 60 val bluetoothDevice = scanResult.device in testBluetoothProvisioner() constant
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
H A D | BluetoothMediaDeviceTest.java | 80 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isUntetheredHeadset_returnTrue() local 93 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in isFastPairDevice_isNotUntetheredHeadset_returnFalse() local 106 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in getIcon_isNotFastPairDevice_drawableTypeIsNotBitmapDrawable() local
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteController.java | 477 public void sendMessageWithSessionInfo(int message, int arg, BluetoothDevice bluetoothDevice) { in sendMessageWithSessionInfo() 709 private void handleBtAudioActive(BluetoothDevice bluetoothDevice) { in handleBtAudioActive() 728 private void handleBtAudioInactive(BluetoothDevice bluetoothDevice) { in handleBtAudioInactive() 747 BluetoothDevice bluetoothDevice) { in handleBtConnected() 774 BluetoothDevice bluetoothDevice) { in handleBtDisconnected() 948 BluetoothDevice bluetoothDevice = null; in handleSwitchBluetooth() local 1394 BluetoothDevice bluetoothDevice) { in containsHearingAidPair()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothFeatureProvider.java | 49 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri() 57 String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceControlUri() 91 Set<String> getInvisibleProfilePreferenceKeys(Context context, BluetoothDevice bluetoothDevice); in getInvisibleProfilePreferenceKeys()
|
D | AdvancedBluetoothDetailsHeaderController.java | 375 BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayout() local 443 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayoutUi() local 520 private boolean isUntetheredHeadset(BluetoothDevice bluetoothDevice) { in isUntetheredHeadset() 659 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateDisconnectLayout() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/bluetooth/ |
D | BluetoothFeatureProviderImpl.java | 35 public android.net.Uri getBluetoothDeviceSettingsUri(@org.jetbrains.annotations.NotNull() in getBluetoothDeviceSettingsUri() 42 public java.lang.String getBluetoothDeviceControlUri(@org.jetbrains.annotations.NotNull() in getBluetoothDeviceControlUri() 72 android.bluetooth.BluetoothDevice bluetoothDevice) { in getInvisibleProfilePreferenceKeys()
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
H A D | GattServerFacade.java | 191 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSendResponse() local 225 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChanged() local 268 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChangedByInstanceId() local 410 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerReadPhy() local 447 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSetPreferredPhy() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/data/repository/ |
H A D | TestAudioDevicesFactory.kt | 49 fun bluetoothDevice( in bluetoothDevice() method
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | DevicePickerFragmentTest.java | 74 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage() local 93 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend() local
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/sound/ |
D | AudioRouteItem.java | 44 public AudioRouteItem(CachedBluetoothDevice bluetoothDevice) { in AudioRouteItem() 80 public void setBluetoothDevice(CachedBluetoothDevice bluetoothDevice) { in setBluetoothDevice()
|
/aosp_15_r20/frameworks/base/services/midi/java/com/android/server/midi/ |
H A D | MidiService.java | 430 public Device(BluetoothDevice bluetoothDevice) { in Device() 1148 private void openBluetoothDevice(BluetoothDevice bluetoothDevice) { in openBluetoothDevice() 1164 private void closeBluetoothDevice(BluetoothDevice bluetoothDevice) { in closeBluetoothDevice() 1182 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice() 1340 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/ |
H A D | TestMediaDevicesFactory.kt | 60 val bluetoothDevice = in bluetoothMediaDevice() constant
|
/aosp_15_r20/frameworks/base/core/java/android/accessibilityservice/ |
H A D | BrailleDisplayController.java | 152 void connect(@NonNull BluetoothDevice bluetoothDevice, in connect() 174 void connect(@NonNull BluetoothDevice bluetoothDevice, in connect()
|
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/ |
H A D | BatteryControllerTests.kt | 824 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testNotifiesBluetoothMetadataBatteryChanges() constant 866 val bluetoothDevice = createBluetoothDevice("AA:BB:CC:DD:EE:FF") in testBluetoothMetadataBatteryIsPrioritized() constant
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/ |
D | AbstractBluetoothA2dpPreferenceController.java | 193 BluetoothDevice bluetoothDevice = in setCodecConfigPreference() local 204 BluetoothDevice bluetoothDevice = in getCodecConfig() local
|