/packages/modules/Bluetooth/system/gd/storage/ |
D | classic_device_test.cc | 61 ClassicDevice device2(&config, &memory_only_config, address.ToString()); in TEST() local 94 …ClassicDevice device2(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local 100 …ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()… in TEST() local 106 …ClassicDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()… in TEST() local 112 …ClassicDevice device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()… in TEST() local 118 …ClassicDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString(… in TEST() local 124 …ClassicDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST() local 130 …ClassicDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString(… in TEST() local 136 …ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString(… in TEST() local 142 …ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString(… in TEST() local [all …]
|
D | le_device_test.cc | 61 LeDevice device2(&config, &memory_only_config, address.ToString()); in TEST() local 94 LeDevice device2(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local 100 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local 106 LeDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local 112 LeDevice device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local 118 LeDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local 124 … LeDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local 130 LeDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local 136 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local 142 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local [all …]
|
D | device_test.cc | 50 …Device device2(&config, &memory_only_config, address2, Device::ConfigKeyAddressType::LEGACY_KEY_AD… in TEST() local 75 …Device device2(&config, &memory_only_config, address2, Device::ConfigKeyAddressType::CLASSIC_ADDRE… in TEST() local 104 …Device device2(&config, &memory_only_config, le_identity_address, Device::ConfigKeyAddressType::LE… in TEST() local 203 …Device device2(&config, &memory_only_config, address, Device::ConfigKeyAddressType::LEGACY_KEY_ADD… in TEST() local 266 Device device2(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local 272 Device device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local 278 Device device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local 284 Device device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local 290 Device device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local 296 Device device2(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetPhoneStateTest.java | 213 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); in testListenForPhoneState_MultiDevice_AllUpAllDown() local 250 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); in testListenForPhoneState_MultiDevice_PartialUpPartialDown() local
|
D | HeadsetServiceAndStateMachineTest.java | 1784 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 1); in testPhoneStateChange_SynchronousCallStateChanged() local
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | MediaControlHelper.java | 128 CachedBluetoothDevice device1, CachedBluetoothDevice device2) { in hasOverlap()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterPropertiesTest.java | 111 BluetoothDevice device1, device2; in testCleanupPrevBondRecordsFor() local
|
D | BondStateMachineTest.java | 121 BluetoothDevice device1, device2; in testCreateBondAfterRemoveBond() local 181 BluetoothDevice device2 = in testCreateBondWithLeDevice() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePairingDetailBaseTest.java | 226 final BluetoothDevice device2 = mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_B); in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing() local
|
D | SavedBluetoothDeviceUpdaterTest.java | 279 final BluetoothDevice device2 = mock(BluetoothDevice.class); in forceUpdate_deviceNotContain_removePreference() local
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicesGroupPreferenceControllerTest.java | 92 BluetoothDevice device2 = BluetoothAdapter.getDefaultAdapter().getRemoteDevice( in setUp() local
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/ |
D | TvMediaOutputController.java | 114 mediaDevices.sort((device1, device2) -> { in sortMediaDevices() argument
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | metrics_collector_test.cc | 101 const RawAddress device2 = RawAddress({0x11, 0x22, 0x33, 0x44, 0x55, 0x67}); variable
|
D | devices_test.cc | 2319 auto device2 = AddTestDevice(2, 1); in TEST_P() local
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothDeviceManagerTest.java | 89 private BluetoothDevice device2; field in BluetoothDeviceManagerTest
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientServiceTest.java | 2268 final BluetoothDevice device2 = in testSelectSource_queueAndRemoveAfterMaxLimit() local 2475 final BluetoothDevice device2 = in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() local 2633 final BluetoothDevice device2 = in testSelectSource_orderOfSyncRegistering() local
|